Comparing version 1.1.6 to 1.1.7
{ | ||
"name": "bounty", | ||
"version": "1.1.6", | ||
"version": "1.1.7", | ||
"description": "SVG odometer effect", | ||
@@ -5,0 +5,0 @@ "main": "lib/bounty.js", |
@@ -44,3 +44,3 @@ # bounty | ||
Library is built using **UMD** thus the following usage in **HTML** is possible. | ||
Library is built using UMD thus the following usage in HTML is possible. | ||
@@ -55,2 +55,9 @@ ```html | ||
The UMD build is also available on unpkg: | ||
```html | ||
<script src="https://unpkg.com/bounty@1.1.6/lib/bounty.js"></script> | ||
``` | ||
You can find the library on `window.bounty`. | ||
## That's it? | ||
@@ -69,5 +76,6 @@ Yea! That's it. Other options like `font-family` and `font-size` are taken from **computed styles** so you can just style it like the other layers. | ||
There is a work in progress to implement additional features: | ||
* `from` `to` API. | ||
* Full ASCII transition support. | ||
* Control animation. | ||
* [ ] `from` `to` API. | ||
* [ ] Full ASCII transition support. | ||
* [ ] Control animation. | ||
* [ ] Introduce Webcomponents API `<svg-bounty>` | ||
@@ -77,3 +85,3 @@ <p align="center"><img src ="docs/example2.gif"/></p> | ||
## License | ||
The library is available under the MIT license. See the [LICENSE](LICENSE) file for more info. | ||
The library is available under the MIT license. For more info, see the [LICENSE](LICENSE) file. | ||
@@ -80,0 +88,0 @@ [npm-version-image]: https://img.shields.io/npm/v/bounty.svg |
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
11742
87