0.0.6 • Published 2 years ago
strdot v0.0.6
strdot
Install
yarn add strdotUsage
import 'strdot/index.css'
import strdot from 'strdot'
strdot.create(document.getElementById('root'))Or use React
import 'strdot/index.css'
import { Strdot } from 'strdot'
export const Page = () => {
return <Strdot />
}