import initialize from './lib/initializeBrowser'
import Color from './lib/Color'

export default {
    initialize, 
    Color,
}