mirror of
https://github.com/scratchfoundation/paper.js.git
synced 2024-12-29 09:22:22 -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();
|
||||
project.importSvg(document.getElementById('svg'));
|
||||
console.log(Date.now() - start);
|
||||
// console.log(project.exportJson());
|
||||
</script>
|
||||
</head>
|
||||
<body>
|
||||
|
|
Loading…
Reference in a new issue