Images 服务端 Node.js 轻量级跨平台图片处理库
var images = require("images"); images("input.jpg") //Load image from file //加载图像文件 .size(400) //Geometric scaling the image to 400 p…
cheerio 类似 jQuery 的服务器端 DOM 操作库
这篇参考手册是对 cheerio 官方文档 的中文翻译,cheerio 是 jQuery 核心功能的一个快速灵活而又简洁的实现,主要是为了用在服务端需要对 DOM 进行操…
- 共 1 页
- 1