1.2.0 • Published 7 years ago

tessellate-transform v1.2.0

Weekly downloads
2
License
MIT
Repository
github
Last release
7 years ago

tessellate-transform

Library to transform React components from JSX or JSON to JSON. The output format can be consumed by tessellate-bundler.

Usage:

const file = {
  content: '<h1>Hello, world!</h1>',
  extname: '.jsx'
}
const options = {}
const object = await parse(file, options)

Command line use:

tessellate-transform [OPTIONS] FILE

Options:
  --type-prefix  Prefix for React class names
1.2.1

7 years ago

1.2.0

7 years ago

1.1.0

7 years ago

1.0.0

7 years ago