From 2fed3905d6dd8e3c540304f4125d69f7fada0cb7 Mon Sep 17 00:00:00 2001 From: "netop://ウィビ" Date: Sat, 11 Apr 2026 15:13:07 -0700 Subject: initial commit --- README.md | 58 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 58 insertions(+) create mode 100755 README.md (limited to 'README.md') diff --git a/README.md b/README.md new file mode 100755 index 0000000..cc9a4e4 --- /dev/null +++ b/README.md @@ -0,0 +1,58 @@ +# @inc/original-emoji + +> NTT DoCoMo emoji (698 of 'em) + + + +## Installation + +```sh +npm i @inc/original-emoji +``` + +## Usage + +```svelte + + + + + +
+ {#if active} + + {:else} + + {/if} +
+
+``` + +## Tests + +```sh +# Runs all test scripts +npm test + +# Makes sure dependencies are up to date +npm run test:dependencies + +# Ensures Svelte files are devoid of errors… +# This command takes a couple minutes to complete +npm run test:svelte +``` + +## Notes + +If you just want SVGs, check out the [`raw` folder](/raw). The process looked like this: Illustrator files > Affinity Designer (optimization and export) > SVG > further optimization. Also, this module is intended for use within Svelte-based projects. If this works for your JavaScript framework of choice, sweet. If not, too bad. Love yourself. Try [Svelte](https://svelte.dev). + +## Thanks + +- [NTT DoCoMo](https://www.nttdocomo.co.jp/service/developer/smart_phone/make_contents/pictograph/download) +- viewers like you -- cgit v1.2.3