svgedit
Version:
Powerful SVG-Editor for your browser
29 lines (28 loc) • 563 B
JavaScript
const en = {
loading: "Loading...",
categories: {
basic: "Basic",
object: "Objects",
symbol: "Symbols",
arrow: "Arrows",
flowchart: "Flowchart",
animal: "Animals",
game: "Cards & Chess",
dialog_balloon: "Dialog balloons",
electronics: "Electronics",
math: "Mathematical",
music: "Music",
misc: "Miscellaneous",
raphael_1: "raphaeljs.com set 1",
raphael_2: "raphaeljs.com set 2"
},
buttons: [
{
title: "Shape library"
}
]
};
export {
en as default
};
//# sourceMappingURL=en.js.map