Skip to content

Repository files navigation

iposcursor an iPadOS 13.4 Cursor for the web

Simple implementation of iPadOS 13.4 Cursor built with web technologies.

See demo (only desktop browser)

Installation

From NPM

npm install iposcursor --save

From CDN

<!-- Include anywhere inside head tag --><linkrel="stylesheet" href="https://unpkg.com/iposcursor/dist/css/iposcursor.min.css"><!-- Include at the end of body tag --><scriptsrc="https://unpkg.com/iposcursor/dist/iposcursor.min.js"></script>

Usage

ES and TS modules

import{IposCursor,create}from'iposcursor';letcursor=newIposCursor({element : 'elementId'});cursor.suscribe();// orletcursor=create({element : 'elementId'});cursor.suscribe();

Browser

<html><head><!-- your awesomes styles, meta, etc --><linkrel="stylesheet" href="node_modules/iposcursor/css/iposcursor.min.css"></head><body><!-- your awesome code --><!-- ... --><scriptsrc="node_modules/iposcursor/iposcursor.min.js"></script><script>letcursor=iposcursor.create({element : 'elementId'});cursor.suscribe();</script></body><html>

About

Simple implementation of ipadOS 13.4 cursor built in Javascript.

Resources

Stars

5 stars

Watchers

3 watching

Forks

Releases

Packages

Used by

Contributors

Languages