mirror of
https://git.hmsn.ink/kospo/helptalk/api.git
synced 2026-03-20 19:03:51 +09:00
first
This commit is contained in:
@@ -0,0 +1,3 @@
|
||||
export default function getAltAxis(axis) {
|
||||
return axis === 'x' ? 'y' : 'x';
|
||||
}
|
||||
Reference in New Issue
Block a user