Flat, round, designer-friendly pseudo-3D engine for canvas & SVG
2
fork

Configure Feed

Select the types of activity you want to include in your feed.

📦 bump acorn dep; 2020 copyright

Fixes #92

+4 -4
+1 -1
js/boilerplate.js
··· 3 3 * Round, flat, designer-friendly pseudo-3D engine 4 4 * Licensed MIT 5 5 * https://zzz.dog 6 - * Copyright 2019 Metafizzy 6 + * Copyright 2020 Metafizzy 7 7 */ 8 8 9 9 /**
+3 -3
package-lock.json
··· 25 25 } 26 26 }, 27 27 "acorn": { 28 - "version": "7.1.0", 29 - "resolved": "https://registry.npmjs.org/acorn/-/acorn-7.1.0.tgz", 30 - "integrity": "sha512-kL5CuoXA/dgxlBbVrflsflzQ3PAas7RYZB52NOm/6839iVYJgKMJ3cQJD+t2i5+qFa8h3MDpEOJiS64E8JLnSQ==", 28 + "version": "7.1.1", 29 + "resolved": "https://registry.npmjs.org/acorn/-/acorn-7.1.1.tgz", 30 + "integrity": "sha512-add7dgA5ppRPxCFJoAGfMDi7PIBXq1RtGo7BhbLaxwrXPOmw8gq48Y9ozT01hUKy9byMjlR20EJhu5zlkErEkg==", 31 31 "dev": true 32 32 }, 33 33 "acorn-jsx": {