ziko
Version:
A versatile JavaScript library offering a rich set of Hyperscript Based UI components, advanced mathematical utilities, interactivity ,animations, client side routing and more ...
33 lines • 561 B
JavaScript
// export { markdown2html } from "./markdown.js";
// export { adoc2html } from "./adoc.js";
export {
csv2arr,
csv2matrix,
csv2object,
csv2json,
csv2sql
} from "./csv.js";
export {
json2arr,
json2csv,
json2csvFile,
json2yml,
json2ymlFile,
json2xml,
json2xmlFile
} from "./json.js";
export {
svg2str,
svg2ascii,
svg2imgUrl,
svg2img
} from "./svg.js";
export{
obj2str
} from "./object.js"
export{
arr2str
} from "./array.js"
export{
json2css
} from "./css.js"