@mikezimm/fps-core-v7
Version:
Library of reusable core interfaces, types and constants migrated from fps-library-v2
13 lines • 506 B
JavaScript
export const PageLoadPefs = [
{ key: 'description', text: 'Just short description' },
{ key: 'canvasContent1', text: 'Full page' },
{ key: 'tab', text: 'Open full page in new tab' },
];
export const ImageFitPrefs = [
{ key: 'center', text: 'center' },
{ key: 'contain', text: 'contain' },
{ key: 'cover', text: 'cover' },
{ key: 'center-cover', text: 'center-cover' },
{ key: 'center-contain', text: 'center-contain' },
];
//# sourceMappingURL=IModernPage.js.map