link-cell
v1.0.16
Published
A library for managing link cells.
Maintainers
Readme
Link Cell
A powerful TypeScript library for creating interactive canvas-based graphics and mathematical tools.
Features
- Interactive canvas graphics
- Mathematical tools and visualizations
- Event handling and state management
- Animation system
- Modular architecture
Installation
npm install link-cellUsage
import { LinkCell } from 'link-cell';
// Create a new link cell instance
const linkCell = new LinkCell({
container: document.getElementById('canvas'),
});
// Add cells and start rendering
linkCell.start();Documentation
For detailed documentation, please visit our documentation site.
License
MIT
