LoginSignup
1
0

More than 3 years have passed since last update.

AnglerでtypescriptしてQRコード生成

Posted at

AnglerでtypescriptしてQRコード生成

QRコード読み取り機能をAnglerでJSするメモ

ngx-kjua

文字入れたりできる機能あるようで良さそう
NoName_2019-11-11_16-50-5_No-00.png

コードもHTMLに埋め込みできるのも今回は良さそう

 <ngx-kjua
    [text]="'hello'"
  ></ngx-kjua>

Gitとサンプルサイト

https://github.com/werthdavid/ngx-kjua
https://werthdavid.github.io/ngx-kjua

ZXing

スキャナー込なので、そこが良いねポイント?

NoName_2019-11-11_19-16-1_No-00.png

ID指定でQR生成がメイン?

<div id="result"></div>

Gitとサンプルサイト

https://github.com/zxing-js/library
https://zxing-js.github.io/library/

1
0
0

Register as a new user and use Qiita more conveniently

  1. You get articles that match your needs
  2. You can efficiently read back useful information
  3. You can use dark theme
What you can do with signing up
1
0