UNPKG

zextra

Version:

***Zextra*** stands for "Ziko Extra" is an extension package that enhances [ZikoJS](https://github.com/zakarialaoui10/ziko.js) by providing additional utilities and UI elements. It expands ZikoJS with extra features, making it easier to work with custom U

7 lines 190 B
import ZikoCanvasElement from "../_element.js"; import { matrix } from "ziko"; class ZikoCanvasPolygon extends ZikoCanvasElement{ constructor(ptsX,ptsY){ super() } }