0.2.0 • Published 1 year ago

glyf v0.2.0

Weekly downloads
-
License
ISC
Repository
-
Last release
1 year ago

Welcome to Glyf!

Getting Started

  1. Install the package with npm install glyf

  2. Import the GlyfEditor component and use it in your React App:

import { GlyfEditor } from 'glyf';
...
<GlyfEditor/>
...

Storybook

To view the storybook, checkout the package locally and run npm run storybook.

Styling

Development

To start the project locally:

  1. Run npm install

  2. Run npm run dev

  3. Have fun!