mirror of
https://github.com/scratchfoundation/paper.js.git
synced 2024-12-28 17:02:24 -05:00
Remove unnecessary imports.
This commit is contained in:
parent
41f7e58ca9
commit
44789fad88
1 changed files with 0 additions and 2 deletions
|
@ -2,8 +2,6 @@
|
|||
// you would use this instead:
|
||||
// var paper = require('paper');
|
||||
var paper = require('../../dist/paper-core.js');
|
||||
var path = require('path');
|
||||
var fs = require('fs');
|
||||
|
||||
paper.setup(new paper.Size(300, 600));
|
||||
paper.project.importSVG('in.svg', {
|
||||
|
|
Loading…
Reference in a new issue