File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -31,7 +31,7 @@ The modernization steps:
31
31
- drop ` Lodash ` dependency (we now use native JS code)
32
32
- replace ` JSZip ` dependency with [ ` fflate ` ] ( https://github.com/101arrowz/fflate ) which has an ESM build offers better performance.
33
33
34
- This modernization should also provide a huge decrease in the final build size and possibly offer better performance 🚀
34
+ This modernization is providing a huge decrease in the final build size and is offering better performance 🚀
35
35
36
36
## Installation
37
37
@@ -43,7 +43,7 @@ The project offers 3 different bundle types, choose the best for your use case
43
43
1 . ESM: to ` import from ` (prefered)
44
44
2 . CJS: CommonJS to support old Node ` require() ` ... might be removed in the future
45
45
3 . IIFE: standalone script with ` ExcelBuilder ` available on the ` window ` object
46
-
46
+
47
47
``` ts
48
48
// ESM - npm install
49
49
import { createWorksheet } from ' excel-builder-vanilla' ;
You can’t perform that action at this time.
0 commit comments