1
0
Fork 0

Exporting work from Bea

This commit is contained in:
joostdecock 2018-07-10 12:21:17 +00:00 committed by Joost De Cock
parent 575875f3b3
commit 76f5d03a86
11 changed files with 265 additions and 0 deletions

13
packages/brian/index.ts Normal file
View 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);