UNPKG

react-jplayer

Version:

Html5 audio and video player library for React

15 lines (12 loc) 292 B
'use strict'; Object.defineProperty(exports, "__esModule", { value: true }); var _constants = require('../constants'); exports.default = function (context) { return { context: context, message: _constants.errors.URL_NO_SUPPORT, hint: _constants.hints.URL_NO_SUPPORT }; };