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 204 B
import ZikoSvgElement from "../ZikoSvgElement.js"; class ZikoSvgPolyLine extends ZikoSvgElement{} const svgPolyLine=(X,Y)=>new ZikoSvgPolyLine(X,Y); export { svgPolyLine, ZikoSvgPolyLine }