link-cell
TypeScript icon, indicating that this package has built-in type declarations

1.0.16 • Public • Published

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-cell

Usage

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

/link-cell/

    Package Sidebar

    Install

    npm i link-cell

    Weekly Downloads

    27

    Version

    1.0.16

    License

    MIT

    Unpacked Size

    1.06 MB

    Total Files

    52

    Last publish

    Collaborators

    • dongwanlong3