npm stats
  • Search
  • About
  • Repo
  • Sponsor
  • more
    • Search
    • About
    • Repo
    • Sponsor

Made by Antonio Ramirez

osx-get-profile-picture

1.0.0

@juliangruber

npmHomeRepoSnykSocket
Downloads:0
$ npm install osx-get-profile-picture
DailyWeeklyMonthlyYearly

osx-get-profile-picture

Get the current user's profile picture on OSX.

Example

const getProfilePicture = require('osx-get-profile-picture')
const fs = require('fs')

getProfilePicture()
.pipe(fs.createWriteStream(`${__dirname}/pic.jpg`))

License

MIT