gatsby plugin pixelate:用于像素化图像的Gatsby插件 源码
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
文件列表
gatsby-plugin-pixelate-master.zip
(预估有个13文件)
gatsby-plugin-pixelate-master
.github
workflows
testjs.yml
434B
.eslintrc.js
259B
images
pixelated.png
2KB
original.png
23KB
gatsby-node.js
591B
LICENSE
1KB
暂无评论