Skip to content

juliangruber/osx-get-profile-picture

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

About

Get the current user's profile picture on OSX

Resources

Stars

Watchers

Forks

Packages

No packages published