Sharkey/packages/client/src/stream.ts

7 lines
195 B
TypeScript
Raw Normal View History

2021-12-29 17:40:39 +09:00
import * as Misskey from 'misskey-js';
import { markRaw } from 'vue';
import { $i } from '@/account';
import { url } from '@/config';
export const stream = markRaw(new Misskey.Stream(url, $i));