mirror of
https://github.com/chinchang/web-maker.git
synced 2025-07-28 09:10:17 +02:00
25 lines
384 B
JavaScript
25 lines
384 B
JavaScript
export default [
|
|
{
|
|
id: 'react',
|
|
title: 'React',
|
|
img: 'assets/react-logo.svg'
|
|
},
|
|
{
|
|
id: 'vue',
|
|
title: 'Vue',
|
|
img: 'assets/vue-logo.svg',
|
|
isFileModeSupported: true
|
|
},
|
|
{
|
|
id: 'preact',
|
|
title: 'Preact',
|
|
img: 'assets/preact-logo.svg'
|
|
},
|
|
{
|
|
id: 'kontra-game-engine',
|
|
title: 'Kontra Game Engine',
|
|
img: 'assets/html5-logo.svg',
|
|
isFileModeSupported: true
|
|
}
|
|
];
|