Skip to content

editorGlobalsDataUrlHelper

Class: DataUrlHelper

Hierarchy

  • DataUrlHelper

Index

Methods

Methods

Static dataURItoBlob

dataURItoBlob(dataURI: string): Blob

Defined in src/util/DataUrlHelper.ts:8

Convert base64 to raw binary data held in a blob Based on https://stackoverflow.com/a/12300351 Note: doesn't handle URLEncoded DataURIs - see SO answer #6850276 for code that does this

Parameters:

Name Type Description
dataURI string -

Returns: Blob