# qif-player **Repository Path**: greasen/qif-player ## Basic Information - **Project Name**: qif-player - **Description**: No description available - **Primary Language**: Unknown - **License**: Not specified - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2024-01-24 - **Last Updated**: 2024-01-24 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # Player class Player { constructor() { this.style = null } createVNode () { return () => ( ) } getGridStyle (val) { this.style = val } } const a = new Player() a.getGridStyle({a: 'xx', b:'dd'})