Git Product home page Git Product logo

scrawl's Introduction

Scrawl

Installation

Check it out on the chrome web store or as a firefox add on.

A chrome extension which lets you draw on any web page with excalidraw. (Video Demo)

Local Installation

  1. git clone the repository to your local machine and cd into the directory.
  2. yarn install to install dependencies
  3. yarn start to run in dev mode with live reloading
  4. go to chrome://extensions/ in your chrome browser.
    • Enable developer mode in the top right
    • Select load unpacked
    • Load the dist folder
  5. Go to http://google.com/blank and press the keyboard shortcut cmd/ctrl + shift + e to enable the extension.

Settings

You can change the extension settings by clicking on the Scrawl icon in the browser toolbar.

Contributing

Follow the instructions from Local Installation. Sometimes you will have to reload the app in chrome://extensions/ if live reloading is not working

Project Structure

  • src/*: Various parts of the app
  • dist: Chrome Extension directory
  • dist/js: Generated JavaScript files
  • dist/excalidraw-*: Generated excalidraw assets

Changes

  • Had to build excalidraw without sourcemaps so I can use it in a chrome extension in dev mode. Chrome extensions don't allow eval of strings as a security policy.

scrawl's People

Contributors

jak2k avatar lukesmurray avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.