mirror of
https://github.com/nunocoracao/blowfish.git
synced 2025-01-23 06:55:43 -06:00
8 lines
213 B
JavaScript
8 lines
213 B
JavaScript
import { aI as _, aJ as Color } from "./mermaid-c5809711.js";
|
|
const channel = (color, channel2) => {
|
|
return _.lang.round(Color.parse(color)[channel2]);
|
|
};
|
|
const channel$1 = channel;
|
|
export {
|
|
channel$1 as c
|
|
};
|