Skip to content
This repository has been archived by the owner on Oct 8, 2024. It is now read-only.

Insert a bunch of images to keynote magically. 💫

License

Notifications You must be signed in to change notification settings

glauber-sampaio/screeener

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

40 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Screeener! Screens to keynote magically

Get Screeener!

Use this app to insert a bunch of images to a keynote file, using the mockup you choose.

How to install a new mockup

  1. Go to the folder ~/Library/Application Support/Screeener/templates
  2. Add the JSON file and the mockup image in the folder
  3. Restart the app. And Done! 😎

How to create a mockup

  1. Write a JSON file with the template below using your mockup informations:
{
  "name": "Side by side",
  "category": "default",
  "images": [
    { "x": 273, "y": 137, "width": 1204, "height": 753 },
    { "x": 1483, "y": 428, "width": 297, "height": 640 }
  ],
  "mockup": {
    "x": 0,
    "y": 0,
    "width": 1920,
    "height": 1080,
    "path": "mockups/mockup-side-by-side.png"
  }
}
  1. Go to the folder ~/Library/Application Support/Screeener/templates
  2. Add your mockup JSON file in the folder
  3. Don't forget to paste the mockup image too, with the correct file path in JSON path node.
  4. Restart the app. And Done! 😎

Contribute

  • yarn install Install dependencies.
  • yarn watch Compile development version and watch for changes. Bundled files will appear in dist/.
  • yarn start Start the desktop app (while watcher is running in another terminal). Use Ctrl-R or Cmd-R to reload the app.
  • yarn run pack Pack to app distribute version

About

Insert a bunch of images to keynote magically. 💫

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages

  • JavaScript 91.4%
  • HTML 7.3%
  • CSS 1.3%