UNPKG

pixeltone.js

Version:

An auditory creation tool that turns your images into sounds.

9 lines (8 loc) 246 B
import { RGBFrequencyRange } from "../types/RGBFrequencyRange"; interface SerialRGBMapperOptions { data: Uint8ClampedArray; width: number; height: number; rgbFrequencyRange: RGBFrequencyRange; } export { SerialRGBMapperOptions };