osx-get-profile-picture

1.0.0 • Public • Published

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

Readme

Keywords

none

Package Sidebar

Install

npm i osx-get-profile-picture

Weekly Downloads

0

Version

1.0.0

License

MIT

Last publish

Collaborators

  • juliangruber