77 transformationPlugins ,
88 type AnalyticsOptions ,
99 type ConfigOptions ,
10- type ConstructUrlProps ,
10+ type ConstructUrlProps
1111} from "./lib/cloudinary.js" ;
1212
1313// Upload Widget
@@ -19,20 +19,22 @@ export {
1919 type CloudinaryUploadWidgetErrorCallback ,
2020 type CloudinaryUploadWidgetResultCallback ,
2121 type GenerateUploadWidgetResultCallback ,
22- type GetUploadWidgetOptions ,
22+ type GetUploadWidgetOptions
2323} from "./lib/upload-widget.js" ;
2424
25+ // Upload Helpers
26+
2527export {
2628 generateSignatureCallback ,
27- type GenerateSignatureCallback ,
29+ type GenerateSignatureCallback
2830} from "./lib/upload.js" ;
2931
3032// Video Player
3133
3234export {
3335 getVideoPlayerOptions ,
3436 type GetVideoPlayerOptions ,
35- type GetVideoPlayerOptionsLogo ,
37+ type GetVideoPlayerOptionsLogo
3638} from "./lib/video-player.js" ;
3739
3840// Transformation definitions
@@ -41,7 +43,7 @@ export {
4143 effects ,
4244 position as position ,
4345 primary as primary ,
44- text ,
46+ text
4547} from "./constants/qualifiers.js" ;
4648
4749// General Types
@@ -51,6 +53,7 @@ export type { ImageOptions } from "./types/image.js";
5153export type { PluginOptions , PluginResults } from "./types/plugins.js" ;
5254export type {
5355 QualifierConfig as Qualifier ,
54- QualifierConverters ,
56+ QualifierConverters
5557} from "./types/qualifiers.js" ;
5658export type { VideoOptions } from "./types/video.js" ;
59+
0 commit comments