Zeu.js
Posted 云里游的鱼
tags:
篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了Zeu.js相关的知识,希望对你有一定的参考价值。
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的主要内容,如果未能解决你的问题,请参考以下文章