Tulip Logo IconTulip
Editor

Editor Storage

Storage integration helpers for editor images and file handling.

@tulip-systems/editor-storage is documented under Editor because it extends the editor package with storage-backed image handling.

Entry points

import { createStorageEditorExtensions, createStorageImageOptions } from "@tulip-systems/editor-storage";
import { createStorageEditorExtensions, createStorageImageOptions } from "@tulip-systems/editor-storage/client";

Use it when editor content needs to upload, persist, or render storage-managed media.

On this page