common-cursor
v0.0.2
Published
## Introduction
Downloads
6
Readme
common-cursor
Introduction
Common-Cursor is a library that better control the cursor in the editable HTML node.
see tests for usage examples.
Development
Clone the repository
git clone https://github.com/ohno/common-cursor.gitSetup
Install the dependencies:
pnpm installGet Started
Build the library:
pnpm buildBuild the library in watch mode:
cd document
pnpm dev