Socket
Book a DemoInstallSign in
Socket

cpoint.js

Package Overview
Dependencies
Maintainers
1
Versions
1
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install
Package was removed
Sorry, it seems this package was removed from the registry

cpoint.js

already made custom pointers

unpublished
latest
Source
npmnpm
Version
1.0.0
Version published
Weekly downloads
0
Maintainers
1
Weekly downloads
 
Created
Source

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

How to use:

  • 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:

  • squarePointer() // gets a Square Pointer

  • circlePointer() // gets a Circle Pointer

enjoy the package

Keywords

custom

FAQs

Package last updated on 20 Feb 2024

Did you know?

Socket

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts