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