UNPKG

plotboilerplate

Version:

A simple javascript plotting boilerplate for 2d stuff.

9 lines 270 B
/** * @requires Color * * @date 2020-10-27 **/ import { shuffleWebColors } from "./WebColors"; const ORDER_CONTRAST = [8, 0, 6, 4, 1, 9, 2, 10, 3, 7, 5]; export const WebColorsContrast = shuffleWebColors(ORDER_CONTRAST); //# sourceMappingURL=WebColorsContrast.js.map