This project has been merged into the freesewing project and is available there as a package. Check it out on the freesewing website.
Check it out on Netlify.
npm install --save lunetius
import React, { Component } from 'react'
import MyComponent from 'lunetius'
class Example extends Component {
render () {
return (
<MyComponent />
)
}
}
© starf