UNPKG
@craynic/qr-platba
Version:
latest (2.0.0)
2.0.0
1.0.0
Library to work with Czech QR payments
gitlab.com/craynic.com/npmjs/czech-qr-platba
@craynic/qr-platba
/
lib
/
QrRequestRenderer.d.ts
9 lines
(8 loc)
•
206 B
TypeScript
View Raw
1
2
3
4
5
6
7
8
9
import
{
QrRequest
}
from
'./QrRequest'
;
export
type
QrCodeSVG
= {
size
:
number
;
contents
:
string
; };
export
declare
class
QrRequestRenderer
{
toSVG
(
qrRequest
:
QrRequest
):
Promise
<
QrCodeSVG
>; }