@bonnier-publications/prevent-img-rightclick

Prevent right click on images. A message will be displayed.

Usage no npm install needed!

<script type="module">
  import bonnierPublicationsPreventImgRightclick from 'https://cdn.skypack.dev/@bonnier-publications/prevent-img-rightclick';
</script>

README

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();