@carpenter/ngx-simple-qrbtf
v0.0.7
Published
艺术二维码生成器;此项目使用[Angular](https://github.com/angular/angular) 大部分代码来自 [StringKe/simple-qrbtf](https://github.com/StringKe/simple-qrbtf)及[ciaochaos/qrbtf](https://github.com/ciaochaos/qrbtf)。 本项目目前处于开发阶段,文档尚未完善,生产环境谨慎使用
Downloads
25
Readme
ngx-simple-qrbtf
艺术二维码生成器;此项目使用Angular 大部分代码来自 StringKe/simple-qrbtf及ciaochaos/qrbtf。 本项目目前处于开发阶段,文档尚未完善,生产环境谨慎使用
预览
安装
Angular ^14.0.0
使用
import { NgxSimpleQrbtfModule } from '@carpenter/ngx-simple-qrbtf';
@NgModule({
imports: [
NgxSimpleQrbtfModule
],
});