title: playSound - Pixelize
import { playSound } from "pixelize-engine";
playSound("./bang");
playSound(
filename
)
will play a mp3 file.
Paramaters:
filename
: The path to a mp3 file, without the.mp3
extension.
title: playSound - Pixelize
import { playSound } from "pixelize-engine";
playSound("./bang");
playSound(
filename
)
will play a mp3 file.
Paramaters:
filename
: The path to a mp3 file, without the .mp3
extension.