1.0.0 • Published 4 years ago

increment-counter v1.0.0

Weekly downloads
-
License
ISC
Repository
github
Last release
4 years ago

��# Increment Counter

Usage

  • Add following syntax to html file
<!DOCTYPE html>
<head>
   
</head>
<body>
    <h1>Counting Value that you want to increase</h1>
    <h2 data-target="1200" speed="500" class="count">100</h2>
</body>
</html>

data-target need how much we should increase speed need what is the counting speed

  • Script file should be like
import { countValue } from "increment-counter";