-
```
[16:26:58] gulp-tinypng-nokey : [compressing] Ok nc_share.png (33.7%)
[16:26:58] gulp-tinypng-nokey : [tinypng request] nc_title.png
[16:27:06] 'buildImagesTask' errored after 4.73 min
[16:27:…
krmao updated
6 years ago
-
two questions about your tinypng-plugin:
1. I noticed that the plugin isn’t able to use the {base_url} variable within the image dir upload path.
2. is tinypng-plugin also able to compress modi…
-
TinyPNG offers an API as well as an NPM package to losslessly compress PNGs and JPGs in a programatic way.
See:
- https://tinypng.com/developers
- https://tinypng.com/developers/reference/nodejs
…
-
tinypng压缩
```js
const axios = require('axios');
const fs = require('fs');
const image = fs.readFileSync('./down.png');
// console.log(image);
axios({
method: 'post',
url: 'https://…
-
for all of those who **cannot install optipng and other necessary tools** on their servers.
- Options/API Key could sit in a yaml config file.
- Tinypng's API reference: https://tinypng.com/developers…
-
loading a fresh code.quarkus.io the banner loads very slowly. like 2-3 seconds like a good old gif interlaced download :)
as an experiment I gave https://code.quarkus.io/static/bundle/assets/bg-for…
-
```javascript
buildRequestParams() {
return {
method: 'POST',
hostname: 'tinypng.com',
path: '/web/shrink',
headers: {
rejectUnauth…
-
Hello.
I'm back again with my 265 images to optimize. :smile:
And I noticed that I need to run many times grunt-tinypng to optimize all this images.
First wave
```
Running "tinypng:compress" (ti…
-
Hello,
I would like to know how to make the "watch" works on my "img" folder? Here, he won't do it.
My gulpfile.js :
```
elixir(function(mix) {
mix.stylus('app.styl'), null, {
use: [au…
-
$ python3 tinypng.py
File "tinypng.py", line 24
print "compress_path-------------------------------------"
^
SyntaxError: Missing…