mirror of
https://github.com/exogen/t2-model-skinner.git
synced 2026-04-20 03:45:23 +00:00
6 lines
161 B
TypeScript
6 lines
161 B
TypeScript
export default function useSettings() {
|
|
return {
|
|
canvasPadding: 64,
|
|
basePath: process.env.NODE_ENV === "production" ? "/t2-model-skinner" : "",
|
|
};
|
|
}
|