rabbit-ear
Version:
origami design library
24 lines (21 loc) • 822 B
JavaScript
/* Rabbit Ear 0.9.4 alpha 2024-04-20 (c) Kraft, GNU GPLv3 License */
const str_class = "class";
const str_function = "function";
const str_boolean = "boolean";
const str_number = "number";
const str_string = "string";
const str_object = "object";
const str_svg = "svg";
const str_path = "path";
const str_id = "id";
const str_style = "style";
const str_viewBox = "viewBox";
const str_transform = "transform";
const str_points = "points";
const str_stroke = "stroke";
const str_fill = "fill";
const str_none = "none";
const str_arrow = "arrow";
const str_head = "head";
const str_tail = "tail";
export { str_arrow, str_boolean, str_class, str_fill, str_function, str_head, str_id, str_none, str_number, str_object, str_path, str_points, str_string, str_stroke, str_style, str_svg, str_tail, str_transform, str_viewBox };