export default { image: (path: string):string => require(`@/assets/img/${path}`), sound: (path: string):string => require(`@/assets/sound/${path}`) }