mirror of
https://github.com/scratchfoundation/paper.js.git
synced 2025-01-01 02:38:43 -05:00
Add utility objects to build.
This commit is contained in:
parent
d088dc629e
commit
aed8b0a6bc
1 changed files with 3 additions and 0 deletions
|
@ -36,6 +36,9 @@
|
|||
#include "tool/ToolHandler.js"
|
||||
#include "tool/Tool.js"
|
||||
|
||||
#include "util/CanvasProvider.js"
|
||||
#include "util/MathUtils.js"
|
||||
|
||||
paper.populate();
|
||||
paper.install(scope);
|
||||
|
||||
|
|
Loading…
Reference in a new issue