Skip to content
HTML/CSS to ImageDocs

Clarified `disable_twemoji` behavior for URL images

Copy page

For HTML/CSS and template images, Twemoji remains enabled by default. Set disable_twemoji: true to use your supplied fonts or the rendering environment’s native emoji fonts.

For URL images, we leave the loaded page’s emoji handling unchanged when disable_twemoji is omitted, null, or true. Set disable_twemoji: false explicitly to inject Twemoji. Setting it to true does not disable emoji scripts already present on the website.

See the disable_twemoji parameter guide for examples.

All updates