diff --git a/mod.ts b/mod.ts index 91ddacd..38bdcdc 100644 --- a/mod.ts +++ b/mod.ts @@ -1,5 +1,11 @@ // Copyright 2023 mineejo. All rights reserved. MIT license. +/** + * Color is a tool for creating RGB color by range and by HSL without leaving RGB space. With additional tools, unlimited development and no dependencies. + * + * @module + */ + export { Color } from "./color.ts"; export { AdvancedColor } from "./advanced_color.ts"; export { ColorComponent } from "./color_component.ts";