Skip to content

Latest commit

 

History

History
45 lines (26 loc) · 794 Bytes

README.md

File metadata and controls

45 lines (26 loc) · 794 Bytes

Img-To-Anki

Converts Physical flashcards (image files) into an Anki deck (.apkg File).

Development Quick-Start

Clone the project

git clone https://github.com/madelesi/img-to-anki/

Install dependencies

npm install

Start a development server (automatically builds after every change)

npm start

Main/Entry files are src/index.html and src/index.js

Contributing

Feel free to create a pull request & start coding.

Authors

  • Saif Masoud

License

This project is licensed under the MIT License - see the LICENSE.md file for details

Acknowledgments