UNPKG

shown

Version:

Statically-generated, responsive charts, without the need for client-side Javascript.

9 lines (7 loc) 188 B
import svg from "./svg.js" import html from "./html.js" import wrap from "./wrap.js" export default [...svg, ...html].reduce((memo, key) => { memo[key] = wrap(key) return memo }, {})