@keystatic/core

Search for an npm package
import { c as component } from './api-07cc5c26.worker.js';
import { c as cloudImageSchema, b as CloudImagePreview, a as cloudImageToolbarIcon } from './cloud-image-schema-60ac0986.worker.js';
import 'react/jsx-runtime';
import './index-9505ced8.worker.js';
import '@markdoc/markdoc';
import './index-3088e92a.worker.js';
import 'slate';
import 'emery/assertions';
import 'emery';
import 'yjs';
import 'js-base64';
import '@emotion/weak-memoize';
import 'decimal.js';
import '@sindresorhus/slugify';
import '@braintree/sanitize-url';
import './index-ba102126.worker.js';
/** @deprecated Experimental */
function cloudImage(args) {
return component({
label: args.label,
schema: cloudImageSchema,
preview: CloudImagePreview,
chromeless: true,
toolbar: null,
toolbarIcon: cloudImageToolbarIcon
});
}
export { cloudImage };