# Frameless Video Camera This script helps place my face without a video frame on the desktop so when I make tutorials I can be part of the recording. > Will only work on an enviourment that is setup like mine. --- # Install ```shell $ sudo curl -L "https://git.vdm.dev/api/v1/repos/llewellyn/frameless/raw/src/frameless" -o /usr/local/bin/frameless $ sudo chmod +x /usr/local/bin/frameless ``` --- ## Uninstall ```shell $ sudo rm -f /usr/local/bin/frameless ``` --- # Free Software License ```txt @copyright Copyright (C) 2021 Llewellyn van der Merwe. All rights reserved. @license GNU General Public License version 2; see LICENSE ```