Skip to content

Upload images or videos and convert them into Graph.org links.

Notifications You must be signed in to change notification settings

ULTRAModz/graph-uploader

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 

Repository files navigation

@ultramodz/graph-uploader

Upload images or videos and convert them into Graph.org links.

Installation

You can install this package via npm:

npm install @ultramodz/graph-uploader

Example

Here's an example of how to use

const { GraphOrg } = require('@ultramodz/graph-uploader');
const path = '/path/to/your/file.jpg'; // Provide the path to your image or video file

GraphOrg(path)
  .then((graphLink) => {
    console.log('Graph.org link:', graphLink);
  })
  .catch((error) => {
    console.error('Upload failed:', error.message);
  });

About

Upload images or videos and convert them into Graph.org links.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published