From 1b753c1f79cfbf0d087862b35841bc97ff98e851 Mon Sep 17 00:00:00 2001 From: Utkarsh Verma Date: Sat, 30 Apr 2022 12:43:08 +0530 Subject: [PATCH] Update README.md --- README.md | 3 +++ 1 file changed, 3 insertions(+) diff --git a/README.md b/README.md index f7f0cdb..0b01d10 100644 --- a/README.md +++ b/README.md @@ -73,8 +73,11 @@ Since the [`canvas`](https://developer.mozilla.org/en-US/docs/Web/API/Canvas_API From [MDN](https://developer.mozilla.org/en-US/docs/Web/API/HTMLCanvasElement/toDataURL#parameters), > **`toDataURL(type)`** +> > ... +> > **`type`** +> > A string indicating the image format. The default type is `image/png`; this image format will be also used if the specified type is not supported. So, if a type is not supported, it will fall back to `image/png`.