Skip to content

Commit

Permalink
chore(mod.ts): update doc module
Browse files Browse the repository at this point in the history
  • Loading branch information
mineejo committed Nov 11, 2023
1 parent 52ebd77 commit 870e339
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions mod.ts
Original file line number Diff line number Diff line change
@@ -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";
Expand Down

0 comments on commit 870e339

Please sign in to comment.