UNPKG

pixy-browser

Version:

A multi-device Browser for Android with Bluetooth broadcast of rendered page view. Features arbitrary screen dimensions up to 65K x 65Kx and projection to 30 devices.

60 lines (38 loc) 1.34 kB
# PiXY Browser ![PiXY APK](http://js2dx.com/icon_sm.png) ### Overview PiXY is a browser that broadcasts rendered webpage to multiple Android devices via Bluetooth. Supports arbitrary screen dimensions and crop of view per device. PiXY supports screen resolution of up to 65000x65000 pixels and view broadcast to 30 devices. ### Usage Run script on a Linux system: ``` const {PixyBrowser} = require('pixy-browser') new PixyBrowser({ url: 'http://js2dx.com/demo/index.html', devices: [ { top: 0, left: 0, // crop of device A bottom: 1050, // right half of rendered view right: 719 }, { top: 0, left: 720, // crop of device B bottom: 1050, // left half of rendered view right: 1400 } ], height:1050, // window.screen.height width:1400 // window.screen.width }) ``` [PiXY Android app in Google Playstore](https://play.google.com/store/apps/details?id=pixy.browser&hl=en&pcampaignid=pcampaignidMKT-Other-global-all-co-prtnr-py-PartBadge-Mar2515-1) Install PiXY on Android. Select Bluetooth connection, device crop, zoom and press START. Android app interface: ![PiXY APK](http://js2dx.com/screen.jpg) ### APK and more information: [Project Website](http://js2dx.com) ### License and Copyright ICS. Copyright (C) Sergei Sheinin