1.0.3 • Published 5 years ago

hyper-pen-cursor v1.0.3

Weekly downloads
-
License
MIT
Repository
github
Last release
5 years ago

Notice

Compatible with version 3 of Hyper

Installation

Add hyper-pen-cursor to the plugins array of your .hyper.js file

Options

You may configure the extension by adding a penCursor object to the .hyper.js file's config object. Use the following options:

penCursor: {
  speed: 3000, // length of the sequence in milliseconds
  fontSize: 60, // font size of the pen in css pixels
  pens: ['🖊️', '✏️', '🖋️', '✒️'],
},

So you can easily create combinations like this one above:

1.0.3

5 years ago

1.0.2

5 years ago

1.0.1

5 years ago

1.0.0

6 years ago