mirror of
https://github.com/exogen/t2-model-skinner.git
synced 2026-02-27 10:33:44 +00:00
6 lines
116 B
TypeScript
6 lines
116 B
TypeScript
export default function useSettings() {
|
|
return {
|
|
canvasPadding: 64,
|
|
basePath: "/t2-model-skinner",
|
|
};
|
|
}
|