VienDinhCom / supermemo

🧑‍🎓 A JavaScript/TypeScript implementation of the SuperMemo 2 (SM2) algorithm for spaced based repetition flashcards.
https://npm.im/supermemo
MIT License
281 stars 25 forks source link

Simple JS version for browser use #3

Closed T-vK closed 2 years ago

T-vK commented 2 years ago

Is there any chance you could provide a simple JS version for browser use where webpack etc. are not available?

VienDinhCom commented 2 years ago

Hi @T-vK,

You can use Skypack to use SuperMemo on browsers.

https://www.skypack.dev/view/supermemo

Thank you!