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 tiberius
import React, { Component } from 'react'
import MyComponent from 'tiberius'
class Example extends Component {
render () {
return (
<MyComponent />
)
}
}
© starf