@giphy/react-native-sdk
Version:
Giphy React Native SDK
40 lines (39 loc) • 1.51 kB
JavaScript
;
Object.defineProperty(exports, "__esModule", {
value: true
});
exports.GiphyRendition = exports.GiphyClipsRendition = void 0;
const GiphyRendition = exports.GiphyRendition = {
Original: 'original',
OriginalStill: 'original_still',
Preview: 'preview',
Looping: 'looping',
FixedHeight: 'fixed_height',
FixedHeightStill: 'fixed_height_still',
FixedHeightDownsampled: 'fixed_height_downsampled',
FixedHeightSmall: 'fixed_height_small',
FixedHeightSmallStill: 'fixed_height_small_still',
FixedWidth: 'fixed_width',
FixedWidthStill: 'fixed_width_still',
FixedWidthDownsampled: 'fixed_width_downsampled',
FixedWidthSmall: 'fixed_width_small',
FixedWidthSmallStill: 'fixed_width_small_still',
Downsized: 'downsized',
DownsizedSmall: 'downsized_small',
DownsizedMedium: 'downsized_medium',
DownsizedLarge: 'downsized_large',
DownsizedStill: 'downsized_still'
};
const GiphyClipsRendition = exports.GiphyClipsRendition = {
Original: GiphyRendition.Original,
OriginalStill: GiphyRendition.OriginalStill,
FixedHeight: GiphyRendition.FixedHeight,
FixedHeightStill: GiphyRendition.FixedHeightStill,
FixedHeightDownsampled: GiphyRendition.FixedHeightDownsampled,
FixedWidth: GiphyRendition.FixedWidth,
FixedWidthStill: GiphyRendition.FixedWidthStill,
FixedWidthDownsampled: GiphyRendition.FixedWidthDownsampled,
DownsizedMedium: GiphyRendition.DownsizedMedium,
DownsizedLarge: GiphyRendition.DownsizedLarge
};
//# sourceMappingURL=giphyRendition.js.map