Skip to content
Menu
Auto
English

Marker

Defined in: web/index.ts:59

Public image-marking API shared by native and Web targets.

Metro selects the native TurboModule implementation on iOS and Android. React Native Web and standard browser bundlers select this SSR-safe Canvas 2D implementation, which only touches DOM globals when a method is called.

new Marker(): Marker

Marker

static mark(options): Promise<string>

Defined in: web/index.ts:95

Render ordered mixed text and image watermark layers.

MarkOptions

Promise<string>


static markImage(options): Promise<string>

Defined in: web/index.ts:77

Render one or more image watermark layers.

ImageMarkOptions

Promise<string>


static markText(options): Promise<string>

Defined in: web/index.ts:61

Render one or more text watermark layers.

TextMarkOptions

Promise<string>