0.2.0 • Published 8 months ago

pointitout v0.2.0

Weekly downloads
-
License
MIT
Repository
-
Last release
8 months ago

Point it out! (pointitout)

A tiny, tree-shakeable, zero-dependencies JavaScript library to mark/point out DOM elements using absolutely positioned elements or procedurally generated SVGs.

NOTE: in a very early stage of development

API documentation

You can read the docs at https://alexvgjm.github.io/point-it-out-docs

$ npm install pointitout

Basic usage

Rects

import { create } from 'pointitout'

create('rect', { target: '.a-css-selector' })

Arrows

import { create } from 'pointitout'

create('arrow', { target: '.a-css-selector' })

There are multiple options for each pointer type. Read the docs.

0.2.0-beta.1

8 months ago

0.2.0

8 months ago

0.1.14

12 months ago

0.1.13

1 year ago

0.1.12

1 year ago

0.1.11

1 year ago

0.1.10

1 year ago

0.1.9

1 year ago

0.1.8

1 year ago

0.1.7

1 year ago

0.1.6

1 year ago

0.1.5

1 year ago

0.1.4

1 year ago

0.1.3

1 year ago

0.1.2

1 year ago

0.1.1

1 year ago

0.1.0

1 year ago