7 lines
172 B
JavaScript
Raw Permalink Normal View History

2026-05-31 13:21:13 +02:00
/* IMPORT */
import Channels from './/index.js';
/* MAIN */
const channels = new Channels({ r: 0, g: 0, b: 0, a: 0 }, 'transparent');
/* EXPORT */
export default channels;