文件名称:cccf-scale:扩展 cccf 配置
文件大小:2KB
文件格式:ZIP
更新时间:2024-07-25 06:53:54
JavaScript
cccf 量表 该模块可以使用 scale 属性放大和缩小配置。 安装 npm install cccf-scale 用 var cs = require('cccf-scale') var up = cs.up({ id : 'app', image : 'org/app', scale : 3 }) console.log(up) // => // [ // { // id : 'app', // image : 'org/app', // scale : 3 // }, // { // id : 'app-scale-1', // image : 'org/app' // }, // { // id : 'app-sc
【文件预览】:
cccf-scale-master
----.gitignore(13B)
----package.json(644B)
----index.js(929B)
----README.md(1KB)
----test()
--------spec.js(544B)