# bwip-js_cn **Repository Path**: lemon399/bwip-js_cn ## Basic Information - **Project Name**: bwip-js_cn - **Description**: 对 bwip-js 网页版的翻译和改进 - **Primary Language**: HTML - **License**: MIT - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 1 - **Forks**: 0 - **Created**: 2021-01-30 - **Last Updated**: 2024-05-30 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # bwip-js_cn #### 介绍 这个项目是对 [bwip-js](https://github.com/metafloor/bwip-js) 网页版的翻译和改进 #### 说明 相对于[原版](http://bwip-js.metafloor.com/demo/demo.html),主要作了以下修改: 1. index.html 使用了 jQuery UI 作为界面框架 indexclean.html 使用了 LuLu UI 作为界面框架 2. 增加了条码介绍和选项帮助 3. 中文翻译 4. 移动端页面适配 5. 移除保存图片的功能 (因为很多移动浏览器不支持 blob:) ### 问题 1. 目前上游已适配了 Swiss QR Code 。不过 SVG 无法生成图案,继续等待上游修复。 ### 许可 原项目许可证如下: [BWIPP](https://github.com/bwipp/postscriptbarcode) ``` MIT License Copyright (c) 2004-2021 Terry Burton Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions: The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software. THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. ``` [bwip-js](https://github.com/metafloor/bwip-js) ``` bwip-js : Barcode Writer in Pure JavaScript Copyright (c) 2011-2019 Mark Warren The MIT License Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions: The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software. THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. ```