spirus
TypeScript icon, indicating that this package has built-in type declarations

1.0.1 • Public • Published

spirus

Spirus

HTML5 Electron Typescript Canvas framework thing, scrapped off one of my games called Yushite.

Includes OOTB:

  • The base framework
  • A mouse-collision detection hello world project

How to use?

Download with degit

eclipse@root $: npx degit spirusdev/template spirus-project
eclipse@root $: cd spirus-project

Get started

Install dependencies

eclipse@root $: npm install

Now develop real-time with

eclipse@root $: npm run dev

You should get an electron window pop up, if so then good job.

Compilation

If you wish to compile, run this command

eclipse@root $: npm run build

After that, go into /dist and voila! Your newly prepared index.html, index.css and index.js are ready

Package Sidebar

Install

npm i spirus

Weekly Downloads

0

Version

1.0.1

License

MIT

Unpacked Size

90.4 kB

Total Files

16

Last publish

Collaborators

  • eclips_e