UNPKG

dpa-it

Version:

An npm package to install the dpa-it component

20 lines (14 loc) 253 B
# DPA-IT An npm package that will install the DPA-IT component. ## Basic Usage ```javascript var dpa = require("dpa-it"); var options = { class: "some-class" }; dpa.init(options); /** * Lorem Ipsum **/ dpa.send(something); ```