JSPM

spriny-widget-sdk

2.0.0
    • ESM via JSPM
    • ES Module Entrypoint
    • Export Map
    • Keywords
    • License
    • Repository URL
    • TypeScript Types
    • README
    • Created
    • Published
    • Downloads 5
    • Score
      100M100P100Q23284F
    • License MIT

    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