@afp/toolkit-watermark

A watermark module for Toolkit

Usage no npm install needed!

<script type="module">
  import afpToolkitWatermark from 'https://cdn.skypack.dev/@afp/toolkit-watermark';
</script>

README

watermark

A tool to watermark AFP photos. Adds a logo, the ID and the photographer.

Currently the size limit of photos is set to 30MB. To make it higher, change options in Uploader.vue (maxThumbnailFilesize and maxFilesize)

Vue-clip documentation

Vue-clip is used to upload multiple files, using drag & drop.

https://github.com/thetutlage/vue-clip

Vue-clip uses Dropzone under the hood. Its documentation doesn't provide all options, so please also take a look to Dropzone documentation to avoid headaches.

Dropzone documentation

https://www.dropzonejs.com/#configuration-options

Project setup

yarn install

Compiles and hot-reloads for development

yarn serve

Compiles and minifies for production

yarn build

Lints and fixes files

yarn lint

Customize configuration

See Configuration Reference.