Dan
Dan
@DanielSchiavini > The changelog is still not visible in [releases](https://github.com/mosch/react-avatar-editor/releases), but the installation seems to work fine now Oops, you were right it was sitting in draft mode for a...
The import itself only works like this for me: ```ts import icons from "lucide-react/dist/esm/dynamicIconImports.js"; ``` But it looks like it's not been exported correctly for TypeScript to recognise the types:...
Hey @junwen-k, thanks for flagging this! I agree that this would be a good change for the React implementation. However, I am not so sure about the other integrations (because...
Thanks for that! I haven't got around to it yet. PR would be greatly appreciated
Hey all, I've been working on refactoring it to make it more declarative in here #57. Would love your feedback @junwen-k @luke-layerhealth
@maths1009 Huh, so you tried it with the version in #57 and `setDate(undefined)` didn't unset the values?
Hey @Krzysztof-Kazor thanks for your contribution! Makes sense also to have support for milliseconds. No worries. I'll take a look today and clean up a bit. :) You don't need...
Thanks for your patience! 🙏 I reintegrated the changes in #54 and will cut a release shortly
@astraetman yeah that would be awesome and would help me a ton 🙏
What if we could address tags similar to [CSS attribute selectors](https://developer.mozilla.org/en-US/docs/Web/CSS/Attribute_selectors)? E.g. `--exclude-tags 'link[rel="canonical"]' --exclude-tags 'meta[property^="og:"]'`. Not sure if this goes too far though, just wanted to give a suggestion...