Issue description:
Can't find DOM document on loaded browser page.
I've turned off all functions calls except npm import.
500 document is not defined at Object. (C:\...\node_modules\jarallax\src\utils\getWindowSize.js:38:1)
Version used:
I use jarallax package 2.2.0 into project with Nuxt3, Vue3 and TypeScript.
Code to reproduce the issue
<template>
...
</template>
<script setup lang="ts">
import { jarallax } from 'jarallax';
...
</script>