Skip to content

Commit

Permalink
refactor
Browse files Browse the repository at this point in the history
  • Loading branch information
pedrouid committed Apr 2, 2020
1 parent a7fe9b3 commit 342ed2d
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/constants.ts
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
export const DEFAULT_SIZE = 8;
export const DEFAULT_SCALE = 4;
8 changes: 8 additions & 0 deletions src/types.ts
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
export interface BlockiesOptions {
seed: string;
size: number;
scale: number;
color: string;
bgcolor: string;
spotcolor: string;
}

0 comments on commit 342ed2d

Please sign in to comment.