This commit is contained in:
Timo Hocker 2020-05-06 08:33:22 +02:00
parent 650351b201
commit 04c9fc5e8f

View File

@ -1,5 +1,5 @@
/* eslint-disable no-magic-numbers */
import { num_to_hex } from '@scode/encoding-helper';
import { num_to_hex } from '@sapphirecode/encoding-helper';
export class Color {
public static readonly black = new Color (0, 0, 0);