gatsby-transformer-cloudinary
Advanced tools
Comparing version 0.1.1 to 0.1.2
@@ -121,3 +121,2 @@ const axios = require('axios'); | ||
.map(size => { | ||
console.log(size.width); | ||
// Get URL for each image including user-defined transformations. | ||
@@ -176,4 +175,2 @@ const url = getImageURL({ | ||
console.log(breakpoints); | ||
const srcSet = breakpoints | ||
@@ -180,0 +177,0 @@ .map(breakpointWidth => { |
{ | ||
"name": "gatsby-transformer-cloudinary", | ||
"version": "0.1.1", | ||
"version": "0.1.2", | ||
"description": "Transform local files into Cloudinary-managed assets for Gatsby sites.", | ||
"main": "index.js", | ||
"author": "Jason Lengstorf <jason@lengstorf.com>", | ||
"homepage": "https://gatsby-transformer-cloudinary.netlify.com/", | ||
"repository": { | ||
"type": "git", | ||
"url": "https://github.com/cloudinary-devs/gatsby-transformer-cloudinary" | ||
}, | ||
"keywords": [ | ||
@@ -8,0 +13,0 @@ "gatsby", |
@@ -7,3 +7,3 @@ # gatsby-transformer-cloudinary | ||
[Live demo](https://gatsby-cloudinary-transformer-wip.netlify.com/) ([source](https://github.com/jlengstorf/gatsby-transformer-cloudinary)) | ||
[Live demo](https://gatsby-transformer-cloudinary.netlify.com/) ([source](https://github.com/jlengstorf/gatsby-transformer-cloudinary)) | ||
@@ -10,0 +10,0 @@ ## Install |
No repository
Supply chain riskPackage does not have a linked source code repository. Without this field, a package will have no reference to the location of the source code use to generate the package.
Found 1 instance in 1 package
No website
QualityPackage does not have a website.
Found 1 instance in 1 package
18439
2
375