UNPKG

@remotion/studio

Version:

APIs for interacting with the Remotion Studio

11 lines (10 loc) 316 B
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); exports.formatLocation = void 0; const formatLocation = (location) => { if (location.startsWith('webpack://')) { return location.replace('webpack://', ''); } return location; }; exports.formatLocation = formatLocation;