@dreamcomposer/pre
TypeScript icon, indicating that this package has built-in type declarations

0.0.75 • Public • Published

Dreamcomposer PRE

A library to control a Dreamcomposer iFrame.

Getting Started

Initialize Dreamcomposer

Use the init function to obtain a DcController instance.

<div id="my-dc" />

<script>
  import * as dc from "@dreamcomposer/pre";

  const dcController = dc.init("my-dc", { accessToken: "<yourToken>" });
  dc.setGridVisibility(dcController, true);
</script>

License

This work is under exclusive copyright. You are not allowed to copy, distribute, or modify this work.

Readme

Keywords

Package Sidebar

Install

npm i @dreamcomposer/pre

Weekly Downloads

97

Version

0.0.75

License

UNLICENSED

Unpacked Size

157 kB

Total Files

112

Last publish

Collaborators

  • kurzdigital
  • rassie
  • bastian_oppermann