Test/node_modules/khroma/dist/channels/reusable.js
2026-04-09 22:54:00 +07:00

6 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;