@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.
- package/README.md +5 -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
|
|
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
|