Skip to content
This repository has been archived by the owner on Nov 12, 2024. It is now read-only.

Commit

Permalink
improve doc
Browse files Browse the repository at this point in the history
  • Loading branch information
slmjkdbtl committed Nov 25, 2023
1 parent fef5ad9 commit a7e1825
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/types.ts
Original file line number Diff line number Diff line change
Expand Up @@ -2519,7 +2519,7 @@ export interface KaboomOpt<T extends PluginList<any> = any> {
*/
root?: HTMLElement,
/**
* Background color. E.g. [ 0, 0, 255 ] for solid blue background, or [ 0, 0, 0, 0 ] for transparent background.
* Background color. E.g. [ 0, 0, 255 ] for solid blue background, or [ 0, 0, 0, 0 ] for transparent background. Accepts RGB value array or string hex codes.
*/
background?: number[] | string,
/**
Expand Down

0 comments on commit a7e1825

Please sign in to comment.