tinyquoter

1.0.1 • Public • Published

TinyQ

A zero dependency JS plugin which allows readers to highlight text within a web page and task some action. By default the plugin will allow the user to create a tweet, or a Facebook post.

Quickstart

<script src="tinyquoter.min.js"></script>
<script>
    document.addEventListener("DOMContentLoaded", function(event) {
        window.TinyQ.init();
    });
</script>

demonstration

Package Sidebar

Install

npm i tinyquoter

Weekly Downloads

3

Version

1.0.1

License

MIT

Unpacked Size

98.3 kB

Total Files

11

Last publish

Collaborators

  • aruminant