import type { ColorPlugin } from "ohcolor"; import "./type.d.ts"; /** * Plugin: get rgba array, but in the channel range of 0 ~ 1 instead of 0 ~ 255. */ export declare const outputGl: ColorPlugin; export default outputGl;