UNPKG

@starptech/prettyhtml-hastscript

Version:

Hyperscript compatible DSL for creating virtual HAST trees

10 lines (6 loc) 176 B
'use strict' var schema = require('property-information/svg') var factory = require('./factory') var svg = factory(schema, 'g') svg.displayName = 'svg' module.exports = svg