mirror of
https://github.com/scratchfoundation/paper.js.git
synced 2025-01-04 03:45:58 -05:00
7 lines
441 B
JavaScript
7 lines
441 B
JavaScript
// Paper.js loader for development, as produced by the build/load.sh script
|
|
document.write('<script type="text/javascript" src="../../node_modules/prepro/lib/load.js"></script>');
|
|
document.write('<script type="text/javascript" src="../../src/load.js"></script>');
|
|
|
|
// For more information on building the library please refer to the
|
|
// 'Building the Library' section of README.md:
|
|
// https://github.com/paperjs/paper.js#building-the-library
|