contacto-js-footer

This module allows generation of footers in app's created with JS

Usage no npm install needed!

<script type="module">
  import contactoJsFooter from 'https://cdn.skypack.dev/contacto-js-footer';
</script>

README

Contacto JS footer

This should be used in the following manner

Install with the command:

npm install --save contacto-js-footer

Add to a Javascript Project with the following code:

import { footer } from 'contacto-js-footer'

footer('Some name');