Package Exports
- @putout/operator-watermark
- @putout/operator-watermark/lib/watermark.js
This package does not declare an exports field, so the exports above have been automatically detected and optimized by JSPM instead. If any package subpath is missing, it is recommended to post an issue to the original package (@putout/operator-watermark) to support the "exports" field. If that is not possible, create a JSPM override to customize the exports field for this package.
Readme
@putout/operator-watermark 
🐊Putout operator adds ability to use watermark.
Install
npm i putout @putout/operator-watermarkAPI
import {
watermark,
__watermark,
} from '@putout/operator-watermark';
watermark.init();
if (!watermark.has())
watermark.add();License
MIT