@thaldrin/sourcefinder
TypeScript icon, indicating that this package has built-in type declarations

1.0.3 • Public • Published

Sourcefinder by Lio

Sourcefinder is a e621 Source finder module for Thaldrin v4

Usage

import Sourcefinder from "@thaldrin/sourcefinder";
const useragent = "Project/Version (Website)";
const sourcefinder = new Sourcefinder(useragent);
sourcefinder
  .find([
    "https://static1.e621.net/data/4b/ea/4bea9ba90bdc3bd128f60c7dca2856a1.png",
  ])
  .then((r) => console.log(r));
// => ['https://e621.net/posts/2653449']

or like this

Package Sidebar

Install

npm i @thaldrin/sourcefinder

Weekly Downloads

2

Version

1.0.3

License

MIT

Unpacked Size

24.2 kB

Total Files

18

Last publish

Collaborators

  • hokkqi