1.0.4 • Published 5 years ago

@bonnier-publications/prevent-img-rightclick v1.0.4

Weekly downloads
22
License
MIT
Repository
github
Last release
5 years ago

Prevent Image Download

This plugin will disable the browsers context menu when right clicking images. A customizable message will be shown instead.

Example usage

const styles = {"padding":"12px", "font-size":"18px"};
const message = "Please do not download our images";
const prevent = new PreventImageDownload(message, styles);
prevent.init();
1.0.4

5 years ago

1.0.3

5 years ago

1.0.2

5 years ago

1.0.1

5 years ago

1.0.0

5 years ago