File tree Expand file tree Collapse file tree 1 file changed +18
-0
lines changed Expand file tree Collapse file tree 1 file changed +18
-0
lines changed Original file line number Diff line number Diff line change 2727
2828## Importing 🦐
2929
30+ ### Javascript 💛
31+
3032- By The Beginning You Have To Import Library After Installation,<br />
3133 You Can Import Unminified Version
3234
3739- Or You Can Import Minified Version (recommended)
3840
3941 ``` javascript
42+ import * from " functionality.min.ts" ;
43+ ```
44+
45+ ### TypeScript 💙
46+
47+ - By The Beginning You Have To Import Library After Installation,<br />
48+ You Can Import Unminified Version
49+
50+ ``` typescript
51+ import * from " functionality.ts" ;
52+ ```
53+
54+ - Or You Can Import Minified Version (recommended)
55+
56+ ``` typescript
4057 import * from " functionality.min.js" ;
4158 ```
59+
4260
4361- Since You Have Downloaded And Imported The Library You Can Use It As Following ...
4462
You can’t perform that action at this time.
0 commit comments