This is a clock widget that demonstrates how to write a JavaScript based widget for AVerMedia Creator Central. Creator Central uses open source Chromium based WebView to process your JavaScript/HTML/CSS. So most web developer should be able to make a JavaScript based widget very easily.
Some key components are listed here to help you better understand in developing your JavaScript based widget.
File Name | Descriptions |
---|---|
PackageConfig.json | Package configuration. Read here for more information. |
ax_websocket.js | Basic WebSocket connection to be ready to communicate with Creator Central. |
avt.css | Basic CSS stylesheet for Property page. |
widget.html | Widget main ui. But you won't see this html directly in Creator Central. |
property.html | Widget configuration page. It will be shown in Creator Central Property View. |
For more detail information about Creator Central SDK, please visit our GitHub or website.
- Download our prebuilt package and use Creator Central Widget Import feature.
- You can compress your own widgets to a zip file and make the extension name as creatorCentral. Then you can import it to Creator Central.
Copyright 2021-2022 AVerMedia Technologies Inc. and respective authors and developers. This source code is licensed under the MIT-style license found in the LICENSE file.