@litecanvas/utils 0.47.1 → 0.47.2

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.
Files changed (2) hide show
  1. package/README.md +5 -2
  2. package/package.json +1 -1
package/README.md CHANGED
@@ -28,9 +28,12 @@ import { vec } from "@litecanvas/utils"
28
28
  const pos = vec(0, 0)
29
29
  ```
30
30
 
31
- ### CDN
31
+ ### Global/CDN
32
32
 
33
- Download from https://unpkg.com/browse/@litecanvas/utils/dist/ and load in a `<script>` tag in your HTML.
33
+ Download or load from a CDN:
34
+
35
+ - jsDelivr: https://cdn.jsdelivr.net/npm/@litecanvas/utils
36
+ - Unpkg: https://unpkg.com/@litecanvas/utils
34
37
 
35
38
  ```js
36
39
  // now the "utils" namespace is created
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@litecanvas/utils",
3
- "version": "0.47.1",
3
+ "version": "0.47.2",
4
4
  "description": "Utilities to help build litecanvas games",
5
5
  "author": "Luiz Bills <luizbills@pm.me>",
6
6
  "license": "MIT",