UNPKG

storybook-amp

Version:

Storybook addon for AMP Html. Allows to display in your stories AMP Html components generated with React.

13 lines (12 loc) 278 B
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); exports["default"] = void 0; var _default = function _default(code, type) { var blob = new Blob([code], { type: type }); return URL.createObjectURL(blob); }; exports["default"] = _default;