imagetools icon indicating copy to clipboard operation
imagetools copied to clipboard

Load and transform images using a toolbox :toolbox: of custom import directives!

Results 88 imagetools issues
Sort by recently updated
recently updated
newest added

[![Mend Renovate](https://app.renovatebot.com/images/banner.svg)](https://renovatebot.com) This PR contains the following updates: | Package | Change | Age | Adoption | Passing | Confidence | |---|---|---|---|---|---| | [pnpm](https://pnpm.io) ([source](https://togithub.com/pnpm/pnpm)) | [`7.6.0` -> `7.9.0`](https://renovatebot.com/diffs/npm/pnpm/7.6.0/7.9.0) |...

This issue lists Renovate updates and detected dependencies. Read the [Dependency Dashboard](https://docs.renovatebot.com/key-concepts/dashboard/) docs to learn more.[View this repository on the Mend.io Web Portal](https://developer.mend.io/github/JonasKruckenberg/imagetools). ## Config Migration Needed - [ ]...

After finally figuring out how to upload multiple images from a folder, I wanted to implement your Image-tools. How I multi-upload is ```js const gallery = ref([{}]) const modules =...

[![Mend Renovate](https://app.renovatebot.com/images/banner.svg)](https://renovatebot.com) This PR contains the following updates: | Package | Change | Age | Adoption | Passing | Confidence | |---|---|---|---|---|---| | [typedoc](https://typedoc.org) ([source](https://togithub.com/TypeStrong/TypeDoc)) | [`^0.22.11` -> `^0.23.0`](https://renovatebot.com/diffs/npm/typedoc/0.22.18/0.23.10) |...

Please put install and usage notes directly in the main readme on github. Also, as someone who would like to serve modern or legacy images automatically based on the user,...

[![Mend Renovate](https://app.renovatebot.com/images/banner.svg)](https://renovatebot.com) This PR contains the following updates: | Package | Change | Age | Adoption | Passing | Confidence | |---|---|---|---|---|---| | [vite](https://togithub.com/vitejs/vite) | [`^2.7.13` -> `^3.0.0`](https://renovatebot.com/diffs/npm/vite/2.9.14/3.0.4) | [![age](https://badges.renovateapi.com/packages/npm/vite/3.0.4/age-slim)](https://docs.renovatebot.com/merge-confidence/)...

[![Mend Renovate](https://app.renovatebot.com/images/banner.svg)](https://renovatebot.com) This PR contains the following updates: | Package | Change | Age | Adoption | Passing | Confidence | |---|---|---|---|---|---| | [jsdom](https://togithub.com/jsdom/jsdom) | [`^19.0.0` -> `^20.0.0`](https://renovatebot.com/diffs/npm/jsdom/19.0.0/20.0.0) | [![age](https://badges.renovateapi.com/packages/npm/jsdom/20.0.0/age-slim)](https://docs.renovatebot.com/merge-confidence/)...

Hello. I'm trying to use it with latest Vite with this construction: ```js const image = new URL(`/data/articles/${id}/picture.jpg?width=100`, import.meta.url).href ... ``` [More about this construction](https://vitejs.dev/guide/assets.html#new-url-url-import-meta-url) ![image](https://user-images.githubusercontent.com/4913196/165420286-2077335a-85d0-4435-8c54-a0ddd95a268f.png) But image variable is...

- **Quick Checklist** * [x] I have read [the contributing guidelines](../CONTRIBUTING.md) * [x] I have written new tests, as applicable (for bug fixes / features) * [ ] ~~Docs have...

Tried to use the default directive with SvelteKit, but seems like the `URLSearchParams` there are not merged: ```javascript imagetools({ defaultDirectives: (url) => { return new URLSearchParams({ metadata: "" }) }...