UNPKG
@rossbob/image-to-base64
Version:
latest (3.0.1)
3.0.1
3.0.0
2.0.0
1.0.4
1.0.3
1.0.2
1.0.1
1.0.0
Image file or image url to base64
github.com/Rossb0b/imageToBase64
Rossb0b/imageToBase64
@rossbob/image-to-base64
/
dist
/
index.d.ts
6 lines
(5 loc)
•
134 B
TypeScript
View Raw
1
2
3
4
5
6
export
interface
Media
{
path
?:
string
;
uri
?:
string
; }
export
declare
function
toBase64
(
media
:
Media
):
Promise
<
string
>;