From 870e339e173472187318c74f81d0dae4e74e7fa4 Mon Sep 17 00:00:00 2001 From: mineejo Date: Sat, 11 Nov 2023 15:55:16 +0300 Subject: [PATCH] chore(mod.ts): update doc module --- mod.ts | 6 ++++++ 1 file changed, 6 insertions(+) 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";