mirror of
https://github.com/scratchfoundation/paper.js.git
synced 2025-01-05 20:32:00 -05:00
Added the Import/Export to the load script
This commit is contained in:
parent
c6c460519e
commit
71edb9ed88
1 changed files with 3 additions and 0 deletions
|
@ -27,3 +27,6 @@
|
||||||
/*#*/ include('PlacedSymbol.js');
|
/*#*/ include('PlacedSymbol.js');
|
||||||
|
|
||||||
/*#*/ include('HitResult.js');
|
/*#*/ include('HitResult.js');
|
||||||
|
|
||||||
|
/*#*/ include('ImportSVG.js');
|
||||||
|
/*#*/ include('ExportSVG.js');
|
||||||
|
|
Loading…
Reference in a new issue