kanji-recognizer 0.1.0 → 0.1.2
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/README.md +0 -1
- package/package.json +2 -2
package/README.md
CHANGED
|
@@ -346,7 +346,6 @@ This project is licensed under the MIT License - see the [LICENSE](LICENSE) file
|
|
|
346
346
|
|
|
347
347
|
## 💬 Support
|
|
348
348
|
|
|
349
|
-
- 📧 Email: your.email@example.com
|
|
350
349
|
- 🐛 Issues: [GitHub Issues](https://github.com/mxggle/kanji-recognizer/issues)
|
|
351
350
|
- 💬 Discussions: [GitHub Discussions](https://github.com/mxggle/kanji-recognizer/discussions)
|
|
352
351
|
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "kanji-recognizer",
|
|
3
|
-
"version": "0.1.
|
|
3
|
+
"version": "0.1.2",
|
|
4
4
|
"description": "A robust Kanji stroke order recognition and validation library using KanjiVG data.",
|
|
5
5
|
"main": "src/index.js",
|
|
6
6
|
"type": "module",
|
|
@@ -41,4 +41,4 @@
|
|
|
41
41
|
"url": "https://github.com/mxggle/kanji-recognizer/issues"
|
|
42
42
|
},
|
|
43
43
|
"homepage": "https://github.com/mxggle/kanji-recognizer#readme"
|
|
44
|
-
}
|
|
44
|
+
}
|