@phantomstudios/campaign-utils
v0.1.0
Published
Install all Campaign Utils libraries in one dependency.
Readme
@phantomstudios/campaign-utils
Meta-package that installs every published Campaign Utils library in one dependency.
Install everything
npm install @phantomstudios/campaign-utilsInstall one library instead
Use the specific package name instead of campaign-utils:
npm install @phantomstudios/ae-music-react
npm install @phantomstudios/sheets-reactImports
This package does not re-export APIs. Import from the library you use:
import { AEMusicProvider } from "@phantomstudios/ae-music-react";
import { SheetsForm } from "@phantomstudios/sheets-react";Included libraries:
| Package | Purpose |
|---------|---------|
| @phantomstudios/ae-music-react | AE + Spotify + Apple Music React bindings |
| @phantomstudios/sheets-react | Schema-driven Sheets form and route helpers |
