JSPM

  • ESM via JSPM
  • ES Module Entrypoint
  • Export Map
  • Keywords
  • License
  • Repository URL
  • TypeScript Types
  • README
  • Created
  • Published
  • Downloads 42
  • Score
    100M100P100Q65560F
  • License Apache-2.0

Standalone npm package for video generation components and helpers for the Plasius ecosystem

Package Exports

  • @plasius/video
  • @plasius/video/package.json

Readme

@plasius/video

npm version CD Status coverage License Code of Conduct Security Policy Changelog

Video generation components and helpers for the Plasius ecosystem.

Apache-2.0. ESM + CJS builds. TypeScript types included.

Install

npm install @plasius/video

Usage

import { videoPackageInfo } from "@plasius/video";

console.log(videoPackageInfo.name, videoPackageInfo.version);

Node.js Version

This project uses Node.js 24 by default. The version is pinned in the .nvmrc file.

If you use nvm, run:

nvm use

Package Scope

@plasius/video is intended to host reusable video generation interfaces and shared view-model logic used across Plasius applications.

Development

npm install
npm run build
npm run test
npm run demo:run

Demo Sanity Check

npm run demo:run

Publishing

This package is published via GitHub CD only.

  1. Configure repository environment production with secret NPM_TOKEN.
  2. Run .github/workflows/cd.yml via Actions -> CD (Publish to npm) -> Run workflow.
  3. Select the version bump (patch, minor, major, or none) and optional pre-release id.

Contributing

We welcome contributions. See:

License

Licensed under the Apache-2.0 License.