UNPKG

react-paint-test

Version:

a simple paint tool

4 lines (3 loc) 104 B
export const CLEAR_EVENT = "clear"; export const REDO_EVENT = "redo"; export const UNDO_EVENT = "undo";