vatom-spaces-plugins
TypeScript icon, indicating that this package has built-in type declarations

1.1.10 • Public • Published

Vatom Spaces Plugin Intellisense 💻

Version NPM Size Repo Size

Provides intellisense in your editor when developing plugins for Vatom Spaces.

For additional information about the plugin development process, you can visit 📄our developer portal.

Install 🔨

To install this packages, you can run the command below:

npm install vatom-spaces-plugins --save

Usage 💿

This package exports two classes, BasePlugin and BaseComponent.

To use these classes, you can import them as follows:

// ES6 import
import { BasePlugin, BaseComponent } from 'vatom-spaces-plugins'

// or CommonJS import
const VatomSpacesPlugins = require('vatom-spaces-plugins')
// use as `VatomSpacesPlugins.BasePlugin` and `VatomSpacesPlugins.BaseComponent`

Package Sidebar

Install

npm i vatom-spaces-plugins

Weekly Downloads

0

Version

1.1.10

License

ISC

Unpacked Size

74.5 kB

Total Files

5

Last publish

Collaborators

  • jjv360
  • chappies
  • liron-ydangle