litecanvas 0.72.0 → 0.73.1

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/README.md CHANGED
@@ -2,9 +2,6 @@
2
2
 
3
3
  # Litecanvas
4
4
 
5
- ![](https://badgen.net/bundlephobia/min/litecanvas)
6
- ![](https://badgen.net/bundlephobia/minzip/litecanvas)
7
-
8
5
  Litecanvas is a lightweight HTML5 canvas engine suitable for small web games, prototypes, game jams, animations, creative coding, learning game programming and game design, etc.
9
6
 
10
7
  :warning: **This project is still under development. All feedback is appreciated!** :warning:
@@ -43,7 +40,7 @@ npm install litecanvas
43
40
 
44
41
  ```js
45
42
  // import the package or put the CDN script in your HTML
46
- // CDN: https://unpkg.com/litecanvas/dist/dist.min.js
43
+ // CDN: https://unpkg.com/litecanvas/dist/dist.dev.js
47
44
  import litecanvas from 'litecanvas'
48
45
 
49
46
  // Start and setup the engine