UNPKG

renpy-js

Version:
7 lines (6 loc) 130 B
export default class RenpyImage { constructor(name, path) { this.name = name; this.path = path; } }