done first version
This commit is contained in:
8
tests/index.ts
Normal file
8
tests/index.ts
Normal file
@@ -0,0 +1,8 @@
|
||||
import { SvgIconset } from '../src/app';
|
||||
|
||||
new SvgIconset(
|
||||
{
|
||||
source: './resources',
|
||||
result: 'test',
|
||||
}
|
||||
).createSet();
|
Reference in New Issue
Block a user