JSPM

webcg-devtools

2.0.0
  • ESM via JSPM
  • ES Module Entrypoint
  • Export Map
  • Keywords
  • License
  • Repository URL
  • TypeScript Types
  • README
  • Created
  • Published
  • Downloads 10
  • Score
    100M100P100Q44036F
  • License MIT

DevTools for WebCG graphic overlays and CasparCG templates

Package Exports

  • webcg-devtools

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

Readme

webcg-devtools

webcg-devtools provides tools and a user interface to develop and debug templates (graphic overlays) for CasparCG and WebCG.

Running examples can be found at http://indr.github.io/webcg-framework/ and https://indr.github.io/webcg-adobe-animate-adapter/. A running demo of the webcg-devtools without any overlays can be found here at https://indr.github.io/webcg-devtools/.

webcg-framework, a framework to create HTML5 templates for CasparCG and WebCG, aswell as webcg-adobe-animate-adapter, an adapter that lets you use HTML5 Canvas templates created with Adobe Animate with CasparCG and WebCG, come bundled with the webcg-devtools, and you don't need to download and install webcg-devtools separately.

Developing

  • npm run build builds the library to dist.
  • npm run dev builds the library, then keeps rebuilding it whenever the source files change.
  • npm run test run the unit tests in watch mode.
  • npm run demo starts a demo at localhost:8080.

Copyright (c) 2018 Reto Inderbitzin, MIT License