scratch-gui / src /lib /brand.js
soiz1's picture
Upload folder using huggingface_hub
8fd7a1d verified
raw
history blame contribute delete
300 Bytes
// Legacy export format because this is used by some build-time scripts stuck in the past.
// eslint-disable-next-line import/no-commonjs
module.exports = {
APP_NAME: 'MistWarp',
FEEDBACK_URL: 'https://scratch.mit.edu/users/m1stium#comments',
GITHUB_URL: 'https://github.com/MistWarp'
};