mirror of
https://github.com/scratchfoundation/paper.js.git
synced 2025-01-01 02:38:43 -05:00
Update JSON for Tiger example.
This commit is contained in:
parent
7643085378
commit
7eb9df61b3
2 changed files with 2 additions and 1 deletions
File diff suppressed because one or more lines are too long
|
@ -8,6 +8,7 @@
|
||||||
var start = Date.now();
|
var start = Date.now();
|
||||||
project.importSvg(document.getElementById('svg'));
|
project.importSvg(document.getElementById('svg'));
|
||||||
console.log(Date.now() - start);
|
console.log(Date.now() - start);
|
||||||
|
// console.log(project.exportJson());
|
||||||
</script>
|
</script>
|
||||||
</head>
|
</head>
|
||||||
<body>
|
<body>
|
||||||
|
|
Loading…
Reference in a new issue