Important: This documentation covers Yarn 1 (Classic).
For Yarn 2+ docs and migration guide, see yarnpkg.com.

Package detail

webcg-devtools

indr32MIT2.0.0

DevTools for WebCG graphic overlays and CasparCG templates

casparcg, webcg

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

changelog

Changelog

All notable changes to this project will be documented in this file. See standard-version for commit guidelines.

2.0.0 (2020-02-09)

⚠ BREAKING CHANGES

  • This will reset the settings and data for all templates.

Features

  • save settings according to the URL's path (99e69b1)

1.5.0 (2020-01-22)

Features

  • automatically restore background color (5b2a2ae)
  • use input type color for background color preference (49d8839)

1.4.1 (2019-01-27)

Bug Fixes

  • element and font sizing depends on rem (3521fac)

1.4.0 (2019-01-25)

Bug Fixes

  • remove substitution strings from console.log (586c283)

Features

  • add box-shadow, decrease footer font-size (34083bf)

1.3.1 (2018-12-14)

Bug Fixes

  • storage does not return default value (9542af7)

1.3.0 (2018-12-14)

Features

1.2.0 (2018-09-21)

Features

  • set initial data via window.debugData (eca8e79)

1.1.0 (2018-08-29)

Bug Fixes

  • remove Remove button (2050b7b)
  • set explicit css styles for devtools (dba9233)

Features

  • automatically add new record after entering a value (530fe30)

1.0.0 (2018-07-29)

Features

  • first release