-
Install the package with
npm install glyf
-
Import the GlyfEditor component and use it in your React App:
import { GlyfEditor } from 'glyf';
...
<GlyfEditor/>
...
To view the storybook, checkout the package locally and run npm run storybook
.
To start the project locally:
-
Run
npm install
-
Run
npm run dev
-
Have fun!