sakihet / noiser

🌌 Noise image generator on HTML canvas

Home Page:https://noiser.sakih.net/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Noiser

A noise image generator

noise image

Try it now

Noiser

Development

npm install
npm run dev

IDE Setup

Recommended IDE Setup

Type Support For .vue Imports in TS

TypeScript cannot handle type information for .vue imports by default, so we replace the tsc CLI with vue-tsc for type checking. In editors, we need TypeScript Vue Plugin (Volar) to make the TypeScript language service aware of .vue types.

If the standalone TypeScript plugin doesn't feel fast enough to you, Volar has also implemented a Take Over Mode that is more performant. You can enable it by the following steps:

  1. Disable the built-in TypeScript Extension
    1. Run Extensions: Show Built-in Extensions from VSCode's command palette
    2. Find TypeScript and JavaScript Language Features, right click and select Disable (Workspace)
  2. Reload the VSCode window by running Developer: Reload Window from the command palette.

About

🌌 Noise image generator on HTML canvas

https://noiser.sakih.net/

License:MIT License


Languages

Language:Vue 57.5%Language:CSS 30.8%Language:HTML 6.9%Language:TypeScript 4.8%