Phaser3

Animation with discontinuous sprites(Phaser3)

The purpose  When animating a character in Phaser3, you create the animation from consecutive sprites (in the exampl...
Browser

Debugging scripts executed in Chrome extension content scripts

The purpose  I created a browser extension that executes JavaScript on specific pages. Debug the script run...
Browser

Adding an options page to a Chrome extension

The purpose  Some Chrome extensions, when their icon is clicked, display an "Options" menu item that opens the optio...
PR
Phaser3

Creating multiple HTML files with a Vite + Phaser 3 template.

The purpose  This Vite + Phaser 3 template, created from the article below, will be configured to build multiple HTM...
TOOL

A tool for generating SHA hash values from strings

The purpose  I created a tool that generates SHA-1, SHA-256, SHA-384, and SHA-512 hash values from a string. why ...
JavaScript

Getting the SHA-256 hash value in JavaScript

The purpose  Get the SHA-256 hash value in JavaScript. Implementation A hash can be retrieved using the follow...
JavaScript

Reading aloud with text-to-speech using JavaScript

The purpose  I'll try it out, as it seems JavaScript can do text-to-speech.  Implementation The example code o...
JavaScript

Using a class imported with an import function (JavaScript)(JavaScript)

The purpose  When you want to dynamically import a module, you use an import function instead of an import statement...
nodejs

npm/npx commands are failing.(errno -4058)

The purpose  Executing an npm/npx command failed with an errno -4058 error. Example: npx create-next-app@lates...
Phaser3

List of Mouse Events for GameObjects (Phaser3)

The purpose  Summarizing mouse events for GameObjects in Phaser 3. How to receive event First, enable mouse i...
Copied title and URL