UNPKG

pixel-utils

Version:
3 lines 86 B
export default function range(ct) { return new Array(ct).fill(0).map((_, i) => i); }