Getting Started
Genshi comes as a self-serving package that you can install in your project using your favorite package manager.
-
Add Genshi to your project.
npm install @genshi/coreyarn add @genshi/corepnpm install @genshi/core -
Import Genshi in your project.
import { Store } from '@genshi/core';
Usage
Genshi is built to be used alongside a view library (like React, Vue, or Svelte).