1.0.2 • Published 5 years ago
cpbarjs v1.0.2
Cpbar.js
...library for circular progress bars
Cpbar.js is a light-weight javascript library that provides you a seamless way of creating circular progress bars.
Installation
Using CDN
Include the script tag
<script src="cdn.example.com/cpbar.js"></script>Install with npm:
npm install cpbarjsGetting started
Check out the demo site for Cpbar.js full documentation. The documentation has all you need to quickly get started with Cpbar.js.
License
Cpbar.js is open source licensed under the MIT license.
Contributing
Cpbar.js is built with vanillaJS
Clone the repository
- Install dependencies
npm installMake your contributions to the src/js/cpbar.js file.
- For production, run the below
npm run buildPull requests are highly welcome.