-
- Downloads
chore: initial commit
parents
No related branches found
No related tags found
Showing
- .gitignore 8 additions, 0 deletions.gitignore
- Pipfile 8 additions, 0 deletionsPipfile
- Pipfile.lock 0 additions, 0 deletionsPipfile.lock
- README.md 5 additions, 0 deletionsREADME.md
- animation.js 9 additions, 0 deletionsanimation.js
- anki-tags.config.json 7 additions, 0 deletionsanki-tags.config.json
- back.html 9 additions, 0 deletionsback.html
- create_from_reference.py 62 additions, 0 deletionscreate_from_reference.py
- create_from_scratch.py 121 additions, 0 deletionscreate_from_scratch.py
- front.html 2 additions, 0 deletionsfront.html
- package-lock.json 0 additions, 0 deletionspackage-lock.json
- package.json 21 additions, 0 deletionspackage.json
- parcel-dev.json 6 additions, 0 deletionsparcel-dev.json
- reference.apkg 0 additions, 0 deletionsreference.apkg
.gitignore
0 → 100644
Pipfile
0 → 100644
Pipfile.lock
0 → 100644
This diff is collapsed.
README.md
0 → 100644
animation.js
0 → 100644
anki-tags.config.json
0 → 100644
back.html
0 → 100644
create_from_reference.py
0 → 100644
create_from_scratch.py
0 → 100644
front.html
0 → 100644
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": { | |||
"parcel": "^2.14.4", | |||
"parcel-transformer-anki-tags": "^0.1.2" | |||
}, | |||
"@parcel/bundler-default": { | |||
"minBundles": 10000 | |||
} | |||
} |
parcel-dev.json
0 → 100644
reference.apkg
0 → 100644
File added
Please register or sign in to comment