UNPKG

@gravatar-com/quick-editor

Version:

A lightweight library to provide seamless Gravatar profile management for third-party sites

6 lines (4 loc) 229 B
export type * from './quick-editor-core'; export type { QuickEditorOptions } from './quick-editor'; export { default as GravatarQuickEditor } from './quick-editor'; export { GravatarQuickEditorCore } from './quick-editor-core';