Lovision

Supported file types

Complete reference of file formats Lovision can import and export.

Import

Images

FormatNotes
PNGLossless, supports transparency
JPEG / JPGLossy, no transparency
WEBPModern format, supports both lossless and lossy
GIFAnimated GIFs are supported as image layers
AVIFNext-gen format (browser-dependent support)

Vector

FormatNotes
SVGImport SVG files or paste SVG markup directly onto the canvas

Video

FormatNotes
MP4H.264 codec recommended for widest browser support
WEBMVP8 or VP9 codec; web-native format
MOVQuickTime container (browser-dependent support)

Text

FormatNotes
TXTPlain text
MD / MarkdownMarkdown content

3D

FormatNotes
GLBBinary glTF — preferred for 3D imports
GLTFRemote glTF with resolvable adjacent assets; local multi-file glTF asset bundles are not supported yet
OBJWavefront OBJ — basic geometry support

Export

Export is available from the Export section in the right inspector.

FormatNotes
PNGLossless with transparency support. Best for UI exports and images that must not degrade on compression.
JPEGLossy. Good for photographic content where file size matters. No transparency.
WEBPSmaller file size than PNG at comparable quality. Recommended for web exports.

Tips

  • SVG import can be pasted directly (copy SVG markup from another tool, paste on the canvas) — no file picker needed.
  • For animated GIFs, the layer will play the animation in the editor but export as a static frame (the first frame) unless video export is used.
  • When importing local 3D files, use GLB instead of multi-file GLTF asset bundles — GLB bundles all assets into one file and avoids broken texture references.
  • For print-ready exports, use PNG at 2× or 4× scale in the export settings to produce a high-resolution file.

On this page