Exporting work from Bea
This commit is contained in:
parent
575875f3b3
commit
76f5d03a86
11 changed files with 265 additions and 0 deletions
13
packages/brian/index.ts
Normal file
13
packages/brian/index.ts
Normal file
|
@ -0,0 +1,13 @@
|
|||
import Freesewing from 'freesewing'
|
||||
import config from './config/config'
|
||||
|
||||
console.log(config);
|
||||
|
||||
var brian = new Freesewing.pattern(config);
|
||||
|
||||
//brian.test('hello world');
|
||||
|
||||
//brian.draft = function(options: {}): void {
|
||||
|
||||
|
||||
console.log(brian);
|
Loading…
Add table
Add a link
Reference in a new issue