UNPKG

@cassette/core

Version:

A simple, clean, and responsive visual wrapper for the HTML audio tag, built with React.

12 lines (10 loc) 176 B
function getRepeatStrategy(loop, cycle) { if (loop) { return 'track'; } if (cycle) { return 'playlist'; } return 'none'; } export default getRepeatStrategy;