1.0.0 • Published 2 years ago

ray-barcode v1.0.0

Weekly downloads
-
License
MIT
Repository
-
Last release
2 years ago

ray-barcode

  • useage

    npm install ray-barcode

state={
  // value: // 条形码数据
  // type: 'svg|canvas', svg
  // width: 条 宽
  // height: 条 高
  // format: 'CODE128'
  // displayValue: 是否显示数据
  // fontOptions
  // font
  // textAlign
  // textPosition
  // textMargin
  // fontSize
  // background
  // lineColor
  // margin
  // marginTop
  // marginBottom
  // marginLeft
  // marginRight
};

<RayBarcode
  {...this.state}
/>

API

props

1.0.0

2 years ago