0.0.9 • Published 10 months ago

@adamsarek/opencanvas v0.0.9

Weekly downloads
-
License
GPL-3.0
Repository
github
Last release
10 months ago

OpenCanvas

Reusable performance focused canvas built in TypeScript and on top of the latest web tech.

Browser Support

Installation

npm

npm install @adamsarek/opencanvas --save

CDN

<link href="https://cdn.jsdelivr.net/npm/@adamsarek/opencanvas@latest/dist/opencanvas.css" rel="stylesheet">
<script src="https://cdn.jsdelivr.net/npm/@adamsarek/opencanvas@latest/dist/opencanvas.js"></script>

Getting Started

1. Target Element

<canvas class="opencanvas"></canvas>

2. Create

const options = {};
const openCanvas = new OpenCanvas(options);

Options

Functions

0.0.9

10 months ago

0.0.8

10 months ago

0.0.7

10 months ago

0.0.6

10 months ago

0.0.5

11 months ago

0.0.4

11 months ago

0.0.3

11 months ago

0.0.2

11 months ago

0.0.1

11 months ago