UNPKG

@nodegui/vue-nodegui

Version:

library to render native desktop applications using vue js

4 lines (3 loc) 217 B
import { QMovie, QPixmap } from '@nodegui/nodegui'; export declare function getLoadedPixmap(imageUrlOrPath: string): Promise<QPixmap>; export declare function getLoadedQMovie(imageUrlOrPath: string): Promise<QMovie>;