cullmann.io/themes/blowfish/assets/lib/mermaid/channel-f9001828.js

9 lines
213 B
JavaScript
Raw Normal View History

2024-06-26 21:44:28 +02:00
import { aI as _, aJ as Color } from "./mermaid-dcacb631.js";
const channel = (color, channel2) => {
return _.lang.round(Color.parse(color)[channel2]);
};
const channel$1 = channel;
export {
channel$1 as c
};