'use strict'
/*
Open Rowing Monitor, https://github.com/laberning/openrowingmonitor
Kaboom based Game Engine for Rowing Games
*/
import kaboom from 'kaboom'
export function createGameEngine (options) {
return kaboom(options)
}