react-forward-head-posture
v0.1.10
Published
https://forward-head-posture.github.io/react-forward-head-posture/
Readme
Documentation
https://forward-head-posture.github.io/react-forward-head-posture/
Installation
npm install --save react-forward-head-postureUsage
import ForwardHeadPosture from "react-forward-head-posture"
const { log } = console
export default function App() {
return <ForwardHeadPosture onEstimate={log} />
}