Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
15 changes: 9 additions & 6 deletions packages/url-loader/src/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ export {
transformationPlugins,
type AnalyticsOptions,
type ConfigOptions,
type ConstructUrlProps,
type ConstructUrlProps
} from "./lib/cloudinary.js";

// Upload Widget
Expand All @@ -19,20 +19,22 @@ export {
type CloudinaryUploadWidgetErrorCallback,
type CloudinaryUploadWidgetResultCallback,
type GenerateUploadWidgetResultCallback,
type GetUploadWidgetOptions,
type GetUploadWidgetOptions
} from "./lib/upload-widget.js";

// Upload Helpers

export {
generateSignatureCallback,
type GenerateSignatureCallback,
type GenerateSignatureCallback
} from "./lib/upload.js";

// Video Player

export {
getVideoPlayerOptions,
type GetVideoPlayerOptions,
type GetVideoPlayerOptionsLogo,
type GetVideoPlayerOptionsLogo
} from "./lib/video-player.js";

// Transformation definitions
Expand All @@ -41,7 +43,7 @@ export {
effects,
position as position,
primary as primary,
text,
text
} from "./constants/qualifiers.js";

// General Types
Expand All @@ -51,6 +53,7 @@ export type { ImageOptions } from "./types/image.js";
export type { PluginOptions, PluginResults } from "./types/plugins.js";
export type {
QualifierConfig as Qualifier,
QualifierConverters,
QualifierConverters
} from "./types/qualifiers.js";
export type { VideoOptions } from "./types/video.js";