You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

constants.ts 137B

123456789
  1. /**
  2. * The size of the requested thumbnails.
  3. *
  4. * @type {Object}
  5. */
  6. export const THUMBNAIL_SIZE = {
  7. height: 300,
  8. width: 300
  9. };