Comparing version 1.2.1 to 1.2.2
{ | ||
"version": "1.2.1", | ||
"version": "1.2.2", | ||
"license": "MIT", | ||
@@ -35,2 +35,7 @@ "main": "dist/index.js", | ||
"description": "FSRS (free spaced repetition scheduler) algorithm, based on the DSR model proposed by Piotr Wozniak, author of SuperMemo", | ||
"keywords": [ | ||
"Anki", | ||
"SuperMemo", | ||
"FSRS" | ||
], | ||
"author": "oflg", | ||
@@ -64,2 +69,2 @@ "module": "dist/fsrs.js.esm.js", | ||
} | ||
} | ||
} |
@@ -1,5 +0,15 @@ | ||
## About The Project | ||
fsrs.js is a JS Package implements [Free Spaced Repetition Scheduler algorithm](https://github.com/open-spaced-repetition/free-spaced-repetition-scheduler). It helps developers apply FSRS in their flashcard apps. | ||
## fsrs.js | ||
<a href="https://github.com/open-spaced-repetition/fsrs4anki/wiki/The-Algorithm#fsrs-v4"> | ||
<img src="https://img.shields.io/badge/FSRS-v4-blue" alt="FSRS version"> | ||
</a> | ||
<a href="https://www.npmjs.com/package/fsrs.js"> | ||
<img src="https://img.shields.io/npm/v/fsrs.js" alt="npm version"> | ||
</a> | ||
fsrs.js is a JS Package that implements the [Free Spaced Repetition Scheduler algorithm](https://github.com/open-spaced-repetition/free-spaced-repetition-scheduler). It helps developers apply FSRS in their flashcard apps. | ||
## Getting Started | ||
@@ -6,0 +16,0 @@ |
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
99166
86