bo-react-qr2feishu
TypeScript icon, indicating that this package has built-in type declarations

1.0.1 • Public • Published

React + TypeScript + feishu SDK

export interface IProps {
    clientId: string;
    redirectUri: string;
    handleMessage?: (event: MessageEvent<{ tmp_code: string }>) => void;
}

feishu sdk生成的二维码是嵌套在iframe里的,二维码固定大小250*250,不支持修改,如需要调整二维码大小,可以通过类似transform: scale(0.5)的方式调整;

Package Sidebar

Install

npm i bo-react-qr2feishu

Weekly Downloads

1

Version

1.0.1

License

none

Unpacked Size

41.2 kB

Total Files

8

Last publish

Collaborators

  • joker_luo