File tree 3 files changed +13
-8
lines changed
3 files changed +13
-8
lines changed Original file line number Diff line number Diff line change @@ -185,13 +185,18 @@ <h1>LITECANVAS</h1>
185
185
</ p >
186
186
187
187
< p id ="install ">
188
- < strong > CDN</ strong > :
189
- < code data-copy ="inline "> https://unpkg.com/litecanvas/dist/dist.js</ code >
188
+ < strong > CDN (development) </ strong > :
189
+ < br > < code data-copy ="inline "> https://unpkg.com/litecanvas/dist/dist.dev .js</ code >
190
190
</ p >
191
191
192
192
< p id ="install ">
193
- < strong > NPM</ strong > :
194
- < code data-copy ="inline "> npm install litecanvas</ code >
193
+ < strong > CDN (production)</ strong > :
194
+ < br > < code data-copy ="inline "> https://unpkg.com/litecanvas/dist/dist.min.js</ code >
195
+ </ p >
196
+
197
+ < p id ="install ">
198
+ < strong > Starter Template (using esbuild)</ strong > :
199
+ < br > < strong > < a href ="https://github.com/litecanvas/template "> https://github.com/litecanvas/template</ a > </ strong >
195
200
</ p >
196
201
197
202
< p style ="color: #f76707; ">
@@ -219,7 +224,7 @@ <h2>Hello World</h2>
219
224
< pre > < code class ="language-html " data-copy ="pos-absolute size-bg "> <!DOCTYPE html>
220
225
<html>
221
226
<body>
222
- <script src="https://unpkg.com/litecanvas/dist/dist.js"></script>
227
+ <script src="https://unpkg.com/litecanvas/dist/dist.dev. js"></script>
223
228
<script>
224
229
// setup the engine
225
230
litecanvas({
You can’t perform that action at this time.
0 commit comments