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 />
}