File tree Expand file tree Collapse file tree 1 file changed +4
-20
lines changed Expand file tree Collapse file tree 1 file changed +4
-20
lines changed Original file line number Diff line number Diff line change 3434- By The Beginning You Have To Import Library After Installation,<br />
3535 You Can Import Unminified Version
3636
37- ``` javascript
38- import * from " functionality.js" ;
39- ```
40-
41- - Or You Can Import Minified Version (recommended)
42-
43- ``` javascript
44- import * from " functionality.min.ts" ;
45- ```
46-
47- ### TypeScript 💙
48-
49- - By The Beginning You Have To Import Library After Installation,<br />
50- You Can Import Unminified Version
51-
52- ``` typescript
53- import * from " functionality.ts" ;
37+ ``` html
38+ <script src =" path/to/functionality.js/dist/functionality.js" ></script >
5439 ```
5540
5641- Or You Can Import Minified Version (recommended)
5742
58- ``` typescript
59- import * from " functionality.min.js" ;
43+ ``` html
44+ < script src = " path/to/ functionality.js/dist/functionality. min.js" ></ script >
6045 ```
61-
6246
6347- Since You Have Downloaded And Imported The Library You Can Use It As Following ...
6448
You can’t perform that action at this time.
0 commit comments