From 23d9b42b2c546147169630079e9ef3217070d0d0 Mon Sep 17 00:00:00 2001 From: eggplants Date: Tue, 5 Jul 2022 10:06:46 +0900 Subject: [PATCH] Added package fushin (#2267) --- packages.json | 15 +++++++++++++++ 1 file changed, 15 insertions(+) diff --git a/packages.json b/packages.json index 8c9cd57..9179c69 100644 --- a/packages.json +++ b/packages.json @@ -26613,5 +26613,20 @@ "description": "A 2D Sequence Implementation", "license": "GPL-2.0-only", "web": "https://github.com/avahe-kellenberger/seq2d" + }, + { + "name": "fushin", + "url": "https://github.com/eggplants/fushin", + "method": "git", + "tags": [ + "library", + "cli", + "parser", + "html" + ], + "description": "Fetch fushinsha serif data and save as csv files", + "license": "MIT", + "web": "https://github.com/eggplants/fushin", + "doc": "https://egpl.ga/fushin/fushin.html" } ]