@couch-kit/devtools
v0.2.4
Published
Developer tooling and debug overlay for Couch Kit games
Readme
@couch-kit/devtools
Developer tooling and debug overlay for Couch Kit games.
Installation
bun add @couch-kit/devtoolsUsage
import { DebugOverlay } from "@couch-kit/devtools";
function App() {
return (
<div>
<Game />
<DebugOverlay />
</div>
);
}