Merge branch 'quest-json' of git.poweris.moe:xduplayer into quest-json

This commit is contained in:
louis 2019-05-17 12:44:20 -04:00
commit f289381955
5 changed files with 36 additions and 25 deletions

View file

@ -4,6 +4,11 @@ let rootUrl = `${window.location.protocol}//${window.location.host}/`;
const baseDimensions = {width: 1334, height: 750};
const screenRatio = 9/16;
const CUSTOM = {
custom: 'Custom',
stock: 'Stock'
}
class commonFunctions {
static getFileText(file) {
return new Promise((resolve, reject) => {