File tree Expand file tree Collapse file tree 3 files changed +13
-8
lines changed
Expand file tree Collapse file tree 3 files changed +13
-8
lines changed Original file line number Diff line number Diff line change @@ -185,13 +185,18 @@ <h1>LITECANVAS</h1>
185185 </ p >
186186
187187 < 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 >
190190 </ p >
191191
192192 < 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 >
195200 </ p >
196201
197202 < p style ="color: #f76707; ">
@@ -219,7 +224,7 @@ <h2>Hello World</h2>
219224 < pre > < code class ="language-html " data-copy ="pos-absolute size-bg "> <!DOCTYPE html>
220225<html>
221226 <body>
222- <script src="https://unpkg.com/litecanvas/dist/dist.js"></script>
227+ <script src="https://unpkg.com/litecanvas/dist/dist.dev. js"></script>
223228 <script>
224229 // setup the engine
225230 litecanvas({
You can’t perform that action at this time.
0 commit comments