UNPKG

@prezly/theme-kit-ui

Version:
15 lines (14 loc) 286 B
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); exports.getStoryThumbnail = getStoryThumbnail; function getStoryThumbnail(story) { var { thumbnailImage } = story; if (thumbnailImage) { return JSON.parse(thumbnailImage); } return null; }