Skip to content

Commit

Permalink
fix: add missing .js extension (#242)
Browse files Browse the repository at this point in the history
  • Loading branch information
jogibear9988 authored Aug 24, 2023
1 parent 1943691 commit cd64cbd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/index.ts
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
import { numberInputToObject, rgbaToHex, rgbToHex, rgbToHsl, rgbToHsv } from './conversion.js';
import { names } from './css-color-names.js';
import { inputToRGB } from './format-input';
import { inputToRGB } from './format-input.js';
import { HSL, HSLA, HSV, HSVA, Numberify, RGB, RGBA } from './interfaces.js';
import { bound01, boundAlpha, clamp01 } from './util.js';

Expand Down

0 comments on commit cd64cbd

Please sign in to comment.