1.2.9 • Published 3 years ago

domeslib v1.2.9

Weekly downloads
2
License
Apache-2.0
Repository
github
Last release
3 years ago

🚀 Install

Using npm:

npm install --save-dev domeslib

📋 Using

import DOMes from "domeslib"

const DOMElementsStatistics = new DOMes({
	displayed: true,
}).dispatch()

Using Effect Hook

useEffect(() => {
	const DOMElementsStatistics = new DOMes({
		displayed: true,
	}).dispatch()
}, [])
1.2.9

3 years ago

1.2.8

3 years ago

1.2.7

3 years ago

1.2.6

3 years ago