sinjector

0.1.0 • Public • Published

sInjector

sInjector is a webpack plugin which generates bookmarks that inject HTML, CSS, and JS into other webpages, and is used in many different applications.

Example

const { Sinjector } = require('sinjector');

module.exports = {
  // …
  plugins: [
    new Sinjector({
      outputFile: 'bookmarklet.js',
    }),
  ],
};

Package Sidebar

Install

npm i sinjector

Weekly Downloads

0

Version

0.1.0

License

AGPL-3.0-or-later

Unpacked Size

38.3 kB

Total Files

4

Last publish

Collaborators

  • dinosoft