Iposcursor
Simple implementation of ipadOS 13.4 cursor built in Javascript.
Install / Use
/learn @josesaranda/IposcursorREADME
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 -->
<link rel="stylesheet" href="https://unpkg.com/iposcursor/dist/css/iposcursor.min.css">
<!-- Include at the end of body tag -->
<script src="https://unpkg.com/iposcursor/dist/iposcursor.min.js"></script>
Usage
ES and TS modules
import { IposCursor, create } from 'iposcursor';
let cursor = new IposCursor({element : 'elementId'});
cursor.suscribe();
// or
let cursor = create({element : 'elementId'});
cursor.suscribe();
Browser
<html>
<head>
<!-- your awesomes styles, meta, etc -->
<link rel="stylesheet" href="node_modules/iposcursor/css/iposcursor.min.css">
</head>
<body>
<!-- your awesome code -->
<!-- ... -->
<script src="node_modules/iposcursor/iposcursor.min.js"></script>
<script>
let cursor = iposcursor.create({element : 'elementId'});
cursor.suscribe();
</script>
</body>
<html>
Related Skills
node-connect
343.1kDiagnose OpenClaw node connection and pairing failures for Android, iOS, and macOS companion apps
frontend-design
90.0kCreate distinctive, production-grade frontend interfaces with high design quality. Use this skill when the user asks to build web components, pages, or applications. Generates creative, polished code that avoids generic AI aesthetics.
openai-whisper-api
343.1kTranscribe audio via OpenAI Audio Transcriptions API (Whisper).
qqbot-media
343.1kQQBot 富媒体收发能力。使用 <qqmedia> 标签,系统根据文件扩展名自动识别类型(图片/语音/视频/文件)。
