react-7segments
Version:
React component for displaying seven segments
9 lines • 386 B
JavaScript
export default [
"11 0, 37 0, 42 5, 37 10, 11 10, 6 5", //1
"38 11, 43 6, 48 11, 48 34, 43 39, 38 34", //2
"38 46, 43 41, 48 46, 48 69, 43 74, 38 69", //4
"11 70, 37 70, 42 75, 37 80, 11 80, 6 75", //8
"0 46, 5 41, 10 46, 10 69, 5 74, 0 69", //16
"0 11, 5 6, 10 11, 10 34, 5 39, 0 34", //32
"11 35, 37 35, 42 40, 37 45, 11 45, 6 40" //64
];