Skip to content

Commit

Permalink
exposes the umbraGenerate hook
Browse files Browse the repository at this point in the history
  • Loading branch information
CarelessCourage committed Dec 28, 2023
1 parent 8b351d3 commit b4066eb
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions packages/core/index.ts
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
import { umbra, umbraHydrate, Umbra } from './engine/index'
import { umbraGenerate } from './engine/generator'
import { randomScheme } from './engine/primitives/utils'
import {
format,
Expand All @@ -23,6 +24,7 @@ import { inverse, isDark, findContrast } from './engine/primitives/scheme'

export {
umbra,
umbraGenerate,
umbraHydrate,
randomScheme,
mostReadable,
Expand Down

0 comments on commit b4066eb

Please sign in to comment.