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...
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 ...
PR
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...
Phaser3

Move the object by dragging it(Phaser3)

The purpose  Dragging objects in Phaser 3 Implementation Prepare Add an object to the scene by dragging it ...
Phaser3

Get/update values from another scene(Phaser3)

The purpose  read and write values between different Scenes in Phaser 3. As an example, I'll use the code that d...
Copied title and URL