文件名称:meme-creator:从图片网址创建模因!
文件大小:139KB
文件格式:ZIP
更新时间:2024-06-13 18:39:20
JavaScript
概述: 此NPM模块供开发人员使用图像URL创建模因,并将其保存到其指定目录中。 模因示例: 示例代码和用法:此模块取决于“ jimp” NPM模块 var memeCreator = require ( 'meme-creator' ) ; // var Jimp = require('jimp'); let options = { imageURL : 'https://puu.sh/FFRao/b67dde72b7.jpg' , // URL to image topText : 'Daddy, what are clouds made of?' , // top text of meme bottomText : 'Linux servers, mostly' , // bottom text of meme directory : './
【文件预览】:
meme-creator-master
----.gitignore(8B)
----package.json(632B)
----memes()
--------my_meme.jpeg(107KB)
----impact.png(36KB)
----impact.fnt(16KB)
----meme-creator.js(2KB)
----README.md(833B)