File tree Expand file tree Collapse file tree 1 file changed +5
-2
lines changed
Expand file tree Collapse file tree 1 file changed +5
-2
lines changed Original file line number Diff line number Diff line change 22
33<img width =" 128 " height =" 128 " alt =" icon-128 " src =" https://github.com/user-attachments/assets/9dc09b77-6538-4fe9-8bc7-66204b57cf6e " />
44
5-
65# Litecanvas
76
87[ ![ NPM Version] ( https://badgen.net/npm/v/litecanvas?scale=1.1&label=NPM&color=2f9e44 )] ( https://www.npmjs.com/package/litecanvas/ )   ;
@@ -36,10 +35,14 @@ If you want to test locally, just use one of the installation options.
3635
3736### HTML/CDN
3837
39- Create a HTML file and add a ` <script> ` tag with our CDN link :
38+ Create a HTML file and add a ` <script> ` tag with one of our CDN links :
4039
4140``` html
41+ // Unpkg
4242<script src =" https://unpkg.com/litecanvas" ></script >
43+
44+ // or jsDelivr
45+ <script src =" https://cdn.jsdelivr.net/npm/litecanvas" ></script >
4346```
4447
4548### Template
You can’t perform that action at this time.
0 commit comments