@figurosity/toolbox
v0.2.8
Published
Shared utility library for the Figurosity frontend ecosystem
Downloads
934
Readme
@figurosity/toolbox
Shared utility library for the Figurosity frontend ecosystem.
Provides Vue 3 composables, geometry classes, UI components, and utility functions consumed by fe/app, fe/controls, and tool app-extensions.
Install
npm install @figurosity/toolboxPeer dependencies: vue ^3.5.0, quasar ^2.12.0, crypto-js ^4.1.1 (optional, for decrypt)
Usage
import { Rect, useEventBus, slugify } from '@figurosity/toolbox'See CLAUDE.md for the full API surface and migration guide.
Development
npm install
npm run build # Build library
npm run test # Run tests
npm run lint # Lint source
npm run format # Format sourcePublishing
npm run build
npm run patch
npm publish