UNPKG

@mdxeditor/editor

Version:

React component for rich text markdown editing

7 lines (6 loc) 142 B
function makeHslTransparent(hsl, alpha) { return hsl.replace("hsl", "hsla").replace(")", `, ${alpha})`); } export { makeHslTransparent };