Package Exports
- spriny-widget-sdk
- spriny-widget-sdk/index.js
This package does not declare an exports field, so the exports above have been automatically detected and optimized by JSPM instead. If any package subpath is missing, it is recommended to post an issue to the original package (spriny-widget-sdk) to support the "exports" field. If that is not possible, create a JSPM override to customize the exports field for this package.
Readme
Spriny Widget SDK
This SDK allows developers to embed the Spriny Reporting Widget into any website or web application. Users can report Tasks, Bugs, and Feedback directly from the app UI.
Installation
bash npm install spriny-widget-sdk Usage js Copy code import { initSprinyWidget } from "spriny-widget-sdk"; initSprinyWidget("YOUR_PROJECT_ID"); This will place a floating button on your page. Clicking the button opens a draggable popup for reporting.
Features Report Task / Bug / Feedback
Optional screenshot upload
Submit directly to Spriny dashboard
Popup window is draggable
Works on any web app or frontend framework