This package has been moved to the PostHog/squeak repo. Please submit any issues or PRs there.
Squeak react
npm install --save squeak-react
# or
yarn add squeak-react
import { Squeak } from 'squeak-react'
const Example = () => {
return (
<Squeak
apiHost='YOUR_API_HOST'
organizationId='YOUR_ORGANIZATION_ID'
/>
)
}
MIT © smallbrownbike