export default [ { id: 'react', title: 'React', img: 'assets/react-logo.svg' }, { id: 'vue', title: 'Vue', img: 'assets/vue-logo.svg' }, { id: 'preact', title: 'Preact', img: 'assets/preact-logo.svg' }, { id: 'kontra-game-engine', title: 'Kontra Game Engine', img: 'assets/html5-logo.svg' } ];