Quick Start
<!-- Include zeu.js. --><script src="zeu.min.js"></script><!-- Create a canvas. --><canvas id="text-meter" width="200" height="100"></canvas><script> ?// Create a Zeu TextMeter. ?var textMeter = new zeu.TextMeter(‘text-meter‘); ?// Update display and percentage value. ?textMeter.displayValue = ‘ZEU‘; ?textMeter.value = 50;</script>
Done! Explore the Introduction page to get started.
v1.0.0
Zeu.js
原文地址:https://www.cnblogs.com/flms/p/9585026.html