Documentation
- Renderer — Core rendering system and drawing primitives.
- Lines Canvas — Interactive canvas component for drawing generative lines.
Quickstart
npm install --save generative-lines
import { LinesCanvas } from 'generative-lines'
customElements.define('lines-canvas', LinesCanvas)
<lines-canvas lines="10" colors="5"></lines-canvas>
Links
- Playground — Interactive playground for testing configurations.
- Demo — Scroll-through demos showcasing different configurations and styles.
- Source Code — View the full source code on GitHub.