文件名称:uia-wafermap:半导体的发射和晶圆图
文件大小:73KB
文件格式:ZIP
更新时间:2024-06-16 08:05:32
javascript semiconductor wafer die wafermap
uia-wafermap 如何建造 安装rollup.js软件包。 npm install -g rollup 转到项目目录并安装依赖项模块。 npm install 测试项目。 npm run test 生成项目并将结果输出到dist / uia-wafermap.js 。 npm run build 单击index.html查看示例。 Example.js var shotmap = uia . shotmap ( 'wafer2' ) // element id . wafer ( 200 , 3 , 9 , 'bottom' ) // wafer size . die ( 3.76 , 3.74 ) // die size . reticle ( 5 , 6 , 0.3
【文件预览】:
uia-wafermap-master
----WaferMap.png(69KB)
----.eslintrc(156B)
----rollup.config.js(486B)
----src()
--------waferdata()
--------shotmap()
--------array.js(326B)
----js()
--------example2.js(2KB)
--------example1.js(2KB)
----LICENSE(11KB)
----test()
--------waferdata-test.js(821B)
--------shotmap-test.js(371B)
----README.md(2KB)
----dist()
--------uia-wafermap.js(13KB)
----css()
--------svg.css(64B)
--------style.css(512B)
----.gitignore(37B)
----index.js(121B)
----sample2.html(1KB)
----package.json(1KB)
----sample1.html(943B)