UNPKG

pixel-utils

Version:
10 lines 453 B
export let Layout; (function (Layout) { Layout["[band][row][column]"] = "[band][row][column]"; Layout["[band][row,column]"] = "[band][row,column]"; Layout["[band,row,column]"] = "[band,row,column]"; Layout["[row,column,band]"] = "[row,column,band]"; Layout["[row,column][band]"] = "[row,column][band]"; Layout["[row][column][band]"] = "[row][column][band]"; Layout["[row][column,band]"] = "[row][column,band]"; })(Layout || (Layout = {}));