mirror of
https://github.com/scratchfoundation/paper.js.git
synced 2025-01-03 19:45:44 -05:00
Prebuilt module for commit a14395899b78345c581f18b04c997c81f8534c00
This commit is contained in:
parent
038b485713
commit
51ac25351d
8 changed files with 753 additions and 781 deletions
2
dist/docs/assets/js/paper.js
vendored
2
dist/docs/assets/js/paper.js
vendored
|
@ -9,7 +9,7 @@
|
|||
*
|
||||
* All rights reserved.
|
||||
*
|
||||
* Date: Wed Feb 19 11:09:17 2020 +0100
|
||||
* Date: Sun Jun 14 23:07:29 2020 +0200
|
||||
*
|
||||
***
|
||||
*
|
||||
|
|
2
dist/paper-core.js
vendored
2
dist/paper-core.js
vendored
|
@ -9,7 +9,7 @@
|
|||
*
|
||||
* All rights reserved.
|
||||
*
|
||||
* Date: Wed Feb 19 11:09:17 2020 +0100
|
||||
* Date: Sun Jun 14 23:07:29 2020 +0200
|
||||
*
|
||||
***
|
||||
*
|
||||
|
|
10
dist/paper-core.min.js
vendored
10
dist/paper-core.min.js
vendored
File diff suppressed because one or more lines are too long
2
dist/paper-full.js
vendored
2
dist/paper-full.js
vendored
|
@ -9,7 +9,7 @@
|
|||
*
|
||||
* All rights reserved.
|
||||
*
|
||||
* Date: Wed Feb 19 11:09:17 2020 +0100
|
||||
* Date: Sun Jun 14 23:07:29 2020 +0200
|
||||
*
|
||||
***
|
||||
*
|
||||
|
|
11
dist/paper-full.min.js
vendored
11
dist/paper-full.min.js
vendored
File diff suppressed because one or more lines are too long
2
dist/paper.d.ts
vendored
2
dist/paper.d.ts
vendored
|
@ -9,7 +9,7 @@
|
|||
*
|
||||
* All rights reserved.
|
||||
*
|
||||
* Date: Wed Feb 19 11:09:17 2020 +0100
|
||||
* Date: Sun Jun 14 23:07:29 2020 +0200
|
||||
*
|
||||
* This is an auto-generated type definition.
|
||||
*/
|
||||
|
|
1471
package-lock.json
generated
1471
package-lock.json
generated
File diff suppressed because it is too large
Load diff
34
package.json
34
package.json
|
@ -52,40 +52,40 @@
|
|||
"devDependencies": {
|
||||
"acorn": "~0.5.0",
|
||||
"ansi-colors": "^4.1.1",
|
||||
"canvas": "^2.4.1",
|
||||
"del": "^4.1.0",
|
||||
"canvas": "^2.6.1",
|
||||
"del": "^5.1.0",
|
||||
"fancy-log": "^1.3.3",
|
||||
"gulp-cached": "^1.1.1",
|
||||
"gulp": "^3.9.1",
|
||||
"gulp-cached": "^1.1.0",
|
||||
"gulp-git-streamed": "^2.10.1",
|
||||
"gulp-jshint": "^2.1.0",
|
||||
"gulp-json-editor": "^2.5.2",
|
||||
"gulp-json-editor": "^2.5.4",
|
||||
"gulp-prepro": "^2.4.0",
|
||||
"gulp-qunits": "^2.1.2",
|
||||
"gulp-rename": "^1.4.0",
|
||||
"gulp-shell": "^0.7.0",
|
||||
"gulp-rename": "^2.0.0",
|
||||
"gulp-shell": "^0.8.0",
|
||||
"gulp-symlink": "^2.1.4",
|
||||
"gulp-uglify": "^1.5.4",
|
||||
"gulp-uglify": "^3.0.2",
|
||||
"gulp-uncomment": "^0.3.0",
|
||||
"gulp-webserver": "^0.9.1",
|
||||
"gulp-whitespace": "^0.1.0",
|
||||
"gulp-zip": "^3.2.0",
|
||||
"husky": "^2.3.0",
|
||||
"jsdom": "^15.1.1",
|
||||
"jshint": "^2.10.2",
|
||||
"gulp-zip": "^5.0.1",
|
||||
"husky": "^4.2.5",
|
||||
"jsdom": "^16.2.2",
|
||||
"jshint": "^2.11.1",
|
||||
"jshint-summary": "^0.4.0",
|
||||
"merge-stream": "^2.0.0",
|
||||
"minimist": "^1.2.0",
|
||||
"mustache": "^3.0.1",
|
||||
"minimist": "^1.2.5",
|
||||
"mustache": "^4.0.1",
|
||||
"prepro": "^2.4.0",
|
||||
"qunitjs": "^1.23.0",
|
||||
"require-dir": "^1.2.0",
|
||||
"resemblejs": "^3.1.0",
|
||||
"resemblejs": "^3.2.4",
|
||||
"run-sequence": "^2.2.1",
|
||||
"source-map-support": "^0.5.12",
|
||||
"stats.js": "0.17.0",
|
||||
"source-map-support": "^0.5.19",
|
||||
"stats.js": "^0.17.0",
|
||||
"straps": "^3.0.1",
|
||||
"typescript": "^3.1.6"
|
||||
"typescript": "^3.9.5"
|
||||
},
|
||||
"keywords": [
|
||||
"vector",
|
||||
|
|
Loading…
Reference in a new issue