9 lines
125 B
TypeScript
9 lines
125 B
TypeScript
export const DEFAULT_NAME = 'seal';
|
|
|
|
export const INPUT_WIDTH = {
|
|
default: 500,
|
|
large: 600,
|
|
small: 400,
|
|
mini: 300
|
|
};
|