Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/michaelzangl/add-watermark

Wordpress plugin to add watermarks
https://github.com/michaelzangl/add-watermark

Last synced: 25 days ago
JSON representation

Wordpress plugin to add watermarks

Awesome Lists containing this project

README

        

# Adds watermarks to images in wordpress

Official WP plugin site: https://wordpress.org/plugins/add-watermark/

# Develop locally

Make sure you have the required tools installed locally (apache2 with modphp, mysql, php7.x with the gd library, node/npm)

Check out this repository.

Then start a development server:
```
./gradlew run
```

You can pack the final ZIP file that will be placed in the build/ directory:
```
./gradlew dist
```