Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/garpunkal/punkoptimiseumbraco8
Umbraco 8 - ImageProcessor/TinyPNG menu optimiser
https://github.com/garpunkal/punkoptimiseumbraco8
image optimiser plugin umbraco umbraco8
Last synced: about 2 months ago
JSON representation
Umbraco 8 - ImageProcessor/TinyPNG menu optimiser
- Host: GitHub
- URL: https://github.com/garpunkal/punkoptimiseumbraco8
- Owner: garpunkal
- License: mit
- Created: 2019-12-22T16:21:33.000Z (about 5 years ago)
- Default Branch: master
- Last Pushed: 2022-12-08T04:45:42.000Z (about 2 years ago)
- Last Synced: 2023-06-29T12:34:03.104Z (over 1 year ago)
- Topics: image, optimiser, plugin, umbraco, umbraco8
- Language: JavaScript
- Size: 10.9 MB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 10
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# punkOptimise
A simple plugin for Umbraco which allows you to optimise media using TinyPNG or ImageProcessor.
# nuget
https://www.nuget.org/packages/punkOptimise.Core
`Install-Package punkOptimise.Core`
## Basic Requirements
- Umbraco 8.4+
## Screenshots
### Context Menu
![Context Menu](screen-contextmenu.jpg)### Action Menu
![Action Menu](screen-actionmenu.jpg)## Instructions
1. Install the nuget package:`Install-Package punkOptimise.Core`
2. Add the following config to your web.config:``
``
``
``
``
3. Complete the TinyPNG developer API key registration: https://tinypng.com/developers
4. Add the key to the config above: punkOptimise:TinyPng:ApiKey