- Updated all component headers and documentation
- Changed navbar and footer branding
- Updated homepage hero badge
- Modified page title in index.html
- Simplified footer text to 'Built with ❤️'
- Consistent V2 capitalization across all references
9 lines
213 B
JavaScript
9 lines
213 B
JavaScript
import { aI as _, aJ as Color } from "./mermaid-bea41e51.js";
|
|
const channel = (color, channel2) => {
|
|
return _.lang.round(Color.parse(color)[channel2]);
|
|
};
|
|
const channel$1 = channel;
|
|
export {
|
|
channel$1 as c
|
|
};
|