reveal-sdk
TypeScript icon, indicating that this package has built-in type declarations

1.0.2012-rc • Public • Published

Reveal Embed client side component

Install

npm install reveal-sdk

Use

You can access the api by importing reveal-sdk

import { RevealView } from "reveal-sdk"

var revealView = new RevealView("#revealHostSelector");

or require it like:

const Reveal = require('reveal-sdk');

var revealView = new Reveal.RevealView("#revealHostSelector");

You need to make sure that you have the following loaded before accessing the api:

  1. jquery
  2. dayjs
  3. quill
  4. node_modeuls/reveal-sdk/dist/reveal.core.js

Help

https://help.revealbi.io/en/developer/web-sdk/overview.html
https://help.revealbi.io/api/javascript/latest/ https://www.revealbi.io/help/developer/release-notes

Release notes

https://help.revealbi.io/en/developer/release-information/release-notes.html

Package Sidebar

Install

npm i reveal-sdk

Weekly Downloads

1

Version

1.0.2012-rc

License

none

Unpacked Size

66.9 MB

Total Files

158

Last publish

Collaborators

  • brianlagunas
  • revealbiuser