gatsby-plugin-pixelate 一个Gatsby插件,用于对图像进行像素化 安装 npm install gatsby-plugin-pixelate 如何使用 // in gatsby-config.js module . exports = { plugins : [ { resolve : "gatsby-plugin-pixelate" , options : { nodeType : "GoodreadsBook" , nodeInput : "image_url" , nodeOut