You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: packages/excel-builder-vanilla/README.md
+6-3Lines changed: 6 additions & 3 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -6,24 +6,27 @@
6
6
7
7
## Live Demo
8
8
9
-
Available [**Live demo**](https://ghiscoding.github.io/excel-builder-vanilla/) which displays all available options/methods.
9
+
Available [**Live demo**](https://ghiscoding.github.io/excel-builder-vanilla/) which displays a rough WYSIWYG (What You See Is What You Get) idea of all available options/methods.
10
10
11
11
## Installation
12
12
13
13
```sh
14
14
npm install excel-builder-vanilla
15
15
```
16
16
17
-
The project offers 2 different bundle types, choose the best for your use case
17
+
The project offers 2 different bundle types, choose the best one depending on your use case:
18
18
1. ESM: to `import from` (preferred)
19
19
2. IIFE: standalone script with `ExcelBuilder` available on the `window` object
20
20
21
+
> [!NOTE]
22
+
> ESM import is the preferred approach and IIFE might actually be removed in the future to lower download size even further.
0 commit comments