Skip to content

fannithm/editor-core

Repository files navigation

@fannithm/editor-core

Workflow Status GitHub package.json version

Core part of the Fannithm Editor.

Demo

View demo on PJSK Preview.

Installation

Add a .yarnrc (or .npmrc) file in your project root path.

# .yarnrc
"@fannithm:registry": "https://npm.pkg.github.com"
# .npmrc
@fannithm:registry=https://npm.pkg.github.com

Learn more on GitHub Docs.

Then run install command.

yarn add @fannithm/editor-core
# or npm install @fannithm/editor-core

Usage

View docs.opensource.fannithm.xyz for detail documentation.

License

AGPL-3.0