LiquidTemplateExtensions extension

Convenience extensions on liquify Template for UV buffer rendering.

on
  • Template

Methods

renderToBuffer({required int width, required int height}) Buffer

Available on Template, provided by the LiquidTemplateExtensions extension

Renders this template into a UV Buffer of the given dimensions.
renderToBufferAsync({required int width, required int height}) Future<Buffer>

Available on Template, provided by the LiquidTemplateExtensions extension

Asynchronously renders this template into a UV Buffer.