Skip to content

Latest commit

 

History

History

javascript-sdk

Jitsu JavaScript SDK (jitsu.js)

Jitsu.js is a JavaScript SDK for Jitsu. Please, see main Jitsu JavaScript integration docs on the website.

Questions?

Maintainers Guide

This section is indented only for package maintainers.

Building and local debug

Publishing new version

  • Login with your personal credentials with npm login
  • Run yarn install && yarn build && yarn test && npm publish --access public
  • Update jitsu-react-example with latest