A powerful TypeScript library for creating interactive canvas-based graphics and mathematical tools.
- Interactive canvas graphics
- Mathematical tools and visualizations
- Event handling and state management
- Animation system
- Modular architecture
npm install link-cell
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();
For detailed documentation, please visit our documentation site.
MIT