oalexdoda / webflow-react

A CLI tool used to convert a Webflow project to React JS.
https://npmjs.com/package/webflow-react
Apache License 2.0
94 stars 6 forks source link

Move helpers.js into a dependency library #9

Open oalexdoda opened 5 years ago

oalexdoda commented 5 years ago

Instead of exporting helpers.js, this could be a node module:

import { helpers } from 'webflow-react'

image