UNPKG

@woosh/meep-engine

Version:

Pure JavaScript game engine. Fully featured and production ready.

7 lines (6 loc) 173 B
export function serializeSoundMaterialToJSON(material) { return { type: Object.getPrototypeOf(material).typeName, data: material.toJSON() }; }