@edusynch/edusynch-zendesk
v1.0.2
Published
Integrate zendesk live chat
Downloads
1
Readme
edusynch-zendesk
Usage
How to test
Open ./index.html
insert your zendesk live chat "key" and "state" (optional) as param of the function InjectZendesk at ./index.html
Publish new version
- Run npm
npm run build
; - Set a new npm version package.json;
- Commit the changes and push to main;
- Run
npm publish
;