- Template to display a countup.
This template has some configuration variables as the following table shows:
| Variable | Type | Default | Description |
|---|---|---|---|
bg_color_1 |
color | #2b32b2 | Background Color 1. |
bg_color_2 |
color | #1488cc | [optional] Background Color 2. (for gradient bg) |
bg_image |
image | none | Background Image |
git clone https://github.com/dsplay/template-count-up my-awesome-template
cd my-awesome-template
rm -rf .git
npm install
npm start
To create a release build of the template, ready to be uploaded to DSPLAY, just run:
npm run zip
It will generate a template.zip file ready to be deployed to DSPLAY Web Manager
The see more about DSPLAY HTML Templates, visit: https://developers.dsplay.tv/docs/html-templates



