Interface: Base64Options
Extends
Pick<DataUriOptions,"paddingRequired">
Properties
| Property | Type | Description | Inherited from |
|---|---|---|---|
paddingRequired? | boolean | optional parameter defaulting to true which will require = padding if true or make padding optional if false Default true | DataUriOptions.paddingRequired |
urlSafe? | boolean | if true, uses the URI-safe base64 format which replaces + with - and \ with _. Default false | - |