UNPKG

plotboilerplate

Version:

A simple javascript plotting boilerplate for 2d stuff.

17 lines 572 B
"use strict"; /** * Defining some basic SVG command types. * * As these types do not define all very possible path data strings they should cover the most daily use-cases. * * For more insight see * https://www.w3.org/TR/SVG/paths.html * * * @author Ikaros Kappler * @date 2022-12-21 (winter solstice night – yes the days & nights are dark and I have nothing else to do) * @modified 2023-01-17 Added multiple parameter sets. * @version 0.0.2-alpha */ Object.defineProperty(exports, "__esModule", { value: true }); //# sourceMappingURL=types.js.map