JSPM

  • Created
  • Published
  • Downloads 211
  • Score
    100M100P100Q79155F
  • License ISC

Core library containing shared functionality

Package Exports

  • @studiorack/core

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 (@studiorack/core) to support the "exports" field. If that is not possible, create a JSPM override to customize the exports field for this package.

Readme

studiorack-core

Test

Common methods package shared across StudioRack CLI, app and website. Handling installing DAW VST plugin dependencies using:

  • NodeJS 12.x
  • TypeScript 4.x

Installation

To install the common package, run the command:

npm install @studiorack/core

Usage

Import the package using:

import { validateInstall } from '@studiorack/core';

Then use the available methods as normal.

Contact

For more information please contact kmturley