dovellous-jsnippets

1.0.2 • Public • Published

Dovellous Snippets Build Status

The numeric pattern (triggers the number pad on mobile)

keypad Greenkeeper badge

Install

$ npm install --save dovellous-jsnippets

Usage

<script src="./js/dovellous.snippets.min.js"></script>

Usage

window.addEventListener("ON_DOVELLOUS_SNIPPETS_READY", function (eventParams){

  const dovellous = eventParams.detail[0];

  const eventData = eventParams.detail[1];

  dovellous.jSnippets.test.helloWorld().then(function (res) {

    console.log(":: RES ::", res);

  });

});

const params = {
  a: "A",
  b: [1, 2, 3, 4, 5]
};

initDovellousJSnippets(params);

License

MIT © Dovellous

Package Sidebar

Install

npm i dovellous-jsnippets

Weekly Downloads

1

Version

1.0.2

License

MIT

Unpacked Size

6.82 kB

Total Files

4

Last publish

Collaborators

  • dovellous