Files
infocom-systems-design/node_modules/khroma/dist/channels/reusable.js
2025-10-03 22:27:28 +03:00

7 lines
172 B
JavaScript

/* IMPORT */
import Channels from './/index.js';
/* MAIN */
const channels = new Channels({ r: 0, g: 0, b: 0, a: 0 }, 'transparent');
/* EXPORT */
export default channels;