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: README.md
+3-2Lines changed: 3 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -13,8 +13,9 @@ Visit page and select `CSV to APKG` from top menu.<br>
13
13
14
14
# Set Up a new project from scratch
15
15
1. Download `genanki.js` from `dist` folder and add to the project
16
-
```js
17
-
genanki.js// for creating and exporting anki package file
16
+
```html
17
+
<!-- for creating and exporting anki package file -->
18
+
<scriptsrc='genanki.js'></script>
18
19
```
19
20
20
21
2. Add [sql.js](https://github.com/sql-js/sql.js), [FileSaver.js](https://github.com/eligrey/FileSaver.js) and [JSZip](https://github.com/Stuk/jszip) to the project
Copy file name to clipboardExpand all lines: docs/README.md
+3-2Lines changed: 3 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -10,8 +10,9 @@ Fork and download [this](https://github.com/infinyte7/genanki-js) repository. Th
10
10
# Set Up a new project from scratch
11
11
#### 1. Download `genanki.js` from [dist](https://github.com/infinyte7/genanki-js/tree/main/dist) folder and add to the project
12
12
13
-
```
14
-
genanki.js // for creating and exporting anki package file
13
+
```html
14
+
<!-- for creating and exporting anki package file -->
15
+
<scriptsrc='genanki.js'></script>
15
16
```
16
17
17
18
#### 2. Add [sql.js](https://github.com/sql-js/sql.js), [FileSaver.js](https://github.com/eligrey/FileSaver.js) and [JSZip](https://github.com/Stuk/jszip) to the project
0 commit comments