@notainc/kamon
Advanced tools
Comparing version 1.0.0 to 1.0.1
{ | ||
"name": "@notainc/kamon", | ||
"version": "1.0.0", | ||
"version": "1.0.1", | ||
"description": "This is icon system for NOTA Inc.", | ||
@@ -5,0 +5,0 @@ "repository": { |
# kamon | ||
* kamon is the repository to manage svg icon datas for the products of [NOTA Inc.](https://notainc.com) | ||
* kamon is a project to manage svg icons for the products of [NOTA Inc.](https://notainc.com) | ||
* See https://nota.github.io/kamon/example/ to check all icons. | ||
## Instllation | ||
## Installation | ||
* Please get svg icon set via npm. | ||
* `npm install kamon` | ||
* `npm install @notainc/kamon` | ||
@@ -19,3 +19,3 @@ ## Useage | ||
<div class='sprite' hidden></div> | ||
<!-- Call icon instance here --> | ||
@@ -25,3 +25,3 @@ <svg class='hoge'> | ||
</svg> | ||
<!-- Inserte SVG Sprites --> | ||
@@ -35,3 +35,3 @@ <script> | ||
``` | ||
```css | ||
@@ -57,2 +57,1 @@ // Set icon color | ||
License: SIL OFL 1.1 (http://scripts.sil.org/OFL) | ||
294366
54