pixy-browser

0.1.1 • Public • Published

PiXY Browser

PiXY APK

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

Install PiXY on Android. Select Bluetooth connection, device crop, zoom and press START.

Android app interface:

PiXY APK

APK and more information:

Project Website

License and Copyright

ICS. Copyright (C) Sergei Sheinin

/pixy-browser/

    Package Sidebar

    Install

    npm i pixy-browser

    Weekly Downloads

    1

    Version

    0.1.1

    License

    ISC

    Unpacked Size

    74.5 kB

    Total Files

    3

    Last publish

    Collaborators

    • gonki2020