1.0.0 • Published 1 year ago
cpoint.js v1.0.0
cpoint.js is a JavaScript package that has already built pointers.
How to use: 1. install cpoint.js
```
npm i cpoint.js
```
add the JS to your JS file:
import point from './index.js' const pointer = new point(); pointer.<chose a function>();
add the CSS to your CSS file
.items{ position: fixed; /* don't change fixed */ width: 3em; height: 3em; margin: auto; padding: 0; border: white solid 10px; opacity: 0.25; filter: drop-shadow(0px 0px 10px white); background-color: transparent; }
function description: 1. squarePointer() // gets a Square Pointer
- circlePointer() // gets a Circle Pointer
enjoy the package
1.0.0
1 year ago