Skip to main content
The Deno 2 Release Candidate is here
Learn more

Yandex Pictures Api Wrap

import { getImages } from "./mod.ts";
const images = await getImages({
    text: 'hardcore animal porn', //required
    width: '800', //doesnt work
    height: '600', //doesnt work
    initialPageNum: 0, //wtf is this
});

inspired by https://github.com/rauschmerscen/yandex-pictures