-
- Downloads
chore: initial commit
parents
No related branches found
No related tags found
Showing
- .gitignore 10 additions, 0 deletions.gitignore
- Pipfile 9 additions, 0 deletionsPipfile
- Pipfile.lock 0 additions, 0 deletionsPipfile.lock
- README.md 5 additions, 0 deletionsREADME.md
- anki-tags.config.json 7 additions, 0 deletionsanki-tags.config.json
- create_from_scratch_with_csv.py 185 additions, 0 deletionscreate_from_scratch_with_csv.py
- jouyou-kanji.csv 0 additions, 0 deletionsjouyou-kanji.csv
- package-lock.json 0 additions, 0 deletionspackage-lock.json
- package.json 23 additions, 0 deletionspackage.json
- parcel-dev.json 6 additions, 0 deletionsparcel-dev.json
- templates/hiragana/back.html 8 additions, 0 deletionstemplates/hiragana/back.html
- templates/hiragana/front.html 3 additions, 0 deletionstemplates/hiragana/front.html
- templates/kanji/animation.js 11 additions, 0 deletionstemplates/kanji/animation.js
- templates/kanji/back.html 9 additions, 0 deletionstemplates/kanji/back.html
- templates/kanji/front.html 2 additions, 0 deletionstemplates/kanji/front.html
- templates/kanji/jsonp.js 26 additions, 0 deletionstemplates/kanji/jsonp.js
.gitignore
0 → 100644
Pipfile
0 → 100644
Pipfile.lock
0 → 100644
This diff is collapsed.
README.md
0 → 100644
anki-tags.config.json
0 → 100644
create_from_scratch_with_csv.py
0 → 100644
jouyou-kanji.csv
0 → 100644
This diff is collapsed.
package-lock.json
0 → 100644
This diff is collapsed.
package.json
0 → 100644
{ | ||
"name": "anki-test", | ||
"version": "1.0.0", | ||
"description": "", | ||
"license": "ISC", | ||
"author": "", | ||
"type": "commonjs", | ||
"scripts": { | ||
"test": "echo \"Error: no test specified\" && exit 1" | ||
}, | ||
"dependencies": { | ||
"hanzi-writer": "^3.7.2" | ||
}, | ||
"devDependencies": { | ||
"hanzi-writer-data": "^2.0.1", | ||
"parcel": "^2.14.4", | ||
"parcel-transformer-anki-tags": "^0.1.2", | ||
"to-static-jsonp": "^1.2.1" | ||
}, | ||
"@parcel/bundler-default": { | ||
"minBundles": 10000 | ||
} | ||
} |
parcel-dev.json
0 → 100644
templates/hiragana/back.html
0 → 100644
templates/hiragana/front.html
0 → 100644
templates/kanji/animation.js
0 → 100644
templates/kanji/back.html
0 → 100644
templates/kanji/front.html
0 → 100644
templates/kanji/jsonp.js
0 → 100644
Please register or sign in to comment