All Projects → yieldbot → page_capture

yieldbot / page_capture

Licence: MIT License
A Chrome Extension that allows page capturing from within your Web Application.

Programming Languages

javascript
184084 projects - #8 most used programming language
HTML
75241 projects
CSS
56736 projects
shell
77523 projects

Projects that are alternatives of or similar to page capture

Pbjvision
📸 iOS Media Capture – features touch-to-record video, slow motion, and photography
Stars: ✭ 1,940 (+14823.08%)
Mutual labels:  media, capture
Nextlevel
NextLevel was initally a weekend project that has now grown into a open community of camera platform enthusists. The software provides foundational components for managing media recording, camera interface customization, gestural interaction customization, and image streaming on iOS. The same capabilities can also be found in apps such as Snapchat, Instagram, and Vine.
Stars: ✭ 1,940 (+14823.08%)
Mutual labels:  media, capture
iptv-m3u-player
项目iptv-m3u-maker衍生项目,利用已分析出的数据进行播放的桌面端app
Stars: ✭ 73 (+461.54%)
Mutual labels:  media
mp4
🎥 Basic MP4 reader in Go! CLI + Golang Package for ISO/IEC 14496-12 - ISO Base Media File Format
Stars: ✭ 75 (+476.92%)
Mutual labels:  media
Rox.Video.Xamarin
Rox Video Control for Xamarin.Forms
Stars: ✭ 17 (+30.77%)
Mutual labels:  media
watchman
Watchman: An open-source social-media event-detection system
Stars: ✭ 18 (+38.46%)
Mutual labels:  media
Chrome.RTSP.Player
Chrome RTSP player
Stars: ✭ 135 (+938.46%)
Mutual labels:  media
putio-automator
A suite of commands for managing torrents, transfers and files on put.io. Works well with SickRage, Sonarr, etc.
Stars: ✭ 60 (+361.54%)
Mutual labels:  media
Director
Director is a facility scale broadcast orchestration and control suite. Not actively maintained
Stars: ✭ 35 (+169.23%)
Mutual labels:  media
radiocom-flutter
This is an Flutter application for Community Media Stations.
Stars: ✭ 54 (+315.38%)
Mutual labels:  media
BlogArticle
My known and what i learning
Stars: ✭ 41 (+215.38%)
Mutual labels:  media
go2tv
Cast media files to UPnP/DLNA Media Renderers and Smart TVs.
Stars: ✭ 99 (+661.54%)
Mutual labels:  media
BitWave
A media player based on MPV, QML.
Stars: ✭ 22 (+69.23%)
Mutual labels:  media
ng-event-options
Enable event options (capture, passive, ...) inside angular templates
Stars: ✭ 15 (+15.38%)
Mutual labels:  capture
VAG.Node
GB28181 PS流转发网关服务<Node 版>,以GB28181对接的方式将摄像机/硬盘录像机 的PS流(H264/H265)打包推送到RTMP服务器。
Stars: ✭ 48 (+269.23%)
Mutual labels:  media
Radio
Simple Android webradio player
Stars: ✭ 21 (+61.54%)
Mutual labels:  media
SheetAble
Self-hosted music sheet organizing software
Stars: ✭ 107 (+723.08%)
Mutual labels:  media
OFDL
media downloader with graphical user interface
Stars: ✭ 72 (+453.85%)
Mutual labels:  media
playercast
Cast to media player and control playback remotely.
Stars: ✭ 46 (+253.85%)
Mutual labels:  media
media srcset
Media-SrcSet implementiert SRCSET-Funktionalität.
Stars: ✭ 36 (+176.92%)
Mutual labels:  media

Page Capture (by Yieldbot)

Build Status GitHub version

A Chrome Extension that allows page capturing from within your Web Application.

http://yieldbot.github.io/page_capture/

API (TODO - hook up jsdoc)

  • getVersion(cb): get the version number
  • capturePage(cb): capture the entire page of a given url
  • captureElement(elementId, cb): capture an element on a given url
  • captureElementWithOffset(elementId, extraLeft, extraTop, cb): capture an element with extra offset on a given url
  • captureSection(x, y, width, height, cb): capture a section a given url
  • captureImage(imgUrl, width, height, cb): capture an external image
  • captureUrl(url, cb): capture an external page
  • captureUrlWithOverlay(url, imgUrl, includeOverlay, cb): capture an external page with an overlay

Want to contribute?

Releasing A New Version

  • make code changes + git commit (don't bump package.json version, this is done as part of cut_release)
  • npm run cut_release
  • git fetch
  • git rebase
  • git push
  • git push origin --tags
  • check the travis build

Example

see test/index.html

License

Licensed under The MIT License (MIT)

For the full copyright and license information, please view the LICENSE.txt file.

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].