diff --git a/lib/Color.ts b/lib/Color.ts index d47c855..c5add76 100644 --- a/lib/Color.ts +++ b/lib/Color.ts @@ -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);