Skip to content

A tiny library to mark/point out DOM elements using another absolutely positioned elements or procedurally generated SVGs.

License

Notifications You must be signed in to change notification settings

alexvgjm/point-it-out

Repository files navigation

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.

About

A tiny library to mark/point out DOM elements using another absolutely positioned elements or procedurally generated SVGs.

Resources

License

Stars

Watchers

Forks

Packages

No packages published