Skip to content

Latest commit

 

History

History
32 lines (23 loc) · 878 Bytes

README.md

File metadata and controls

32 lines (23 loc) · 878 Bytes

@onelabeler/core

npm package Downloads Issues

Core modules of OneLabeler

Install

npm install @onelabeler/core

Caveat

  • Needs to install UnoCSS + Tailwind, otherwise the style will not be shown correctly.
  • Needs to install Pinia, otherwise the state management in label tasks will not function.

Usage

import { dataTypeImage } from '@onelabeler/core'
import '@onelabeler/core/dist/style.css'