13 lines
239 B
TypeScript
13 lines
239 B
TypeScript
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);
|