1.0.0 • Published 1 year ago

cpoint.js v1.0.0

Weekly downloads
-
License
ISC
Repository
github
Last release
1 year ago

cpoint.js is a JavaScript package that has already built pointers.

How to use: 1. install cpoint.js

``` 
    npm i cpoint.js
```
  1. add the JS to your JS file:

        import point from './index.js'
        const pointer = new point(); 
    
        pointer.<chose a function>(); 
  2. 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

  1. circlePointer() // gets a Circle Pointer

enjoy the package

1.0.0

1 year ago