Skip to content

Zype-Z/ShareIMG

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commit
 
 
 
 

Repository files navigation

ShareIMG

Use ShareImage img tags directly in HTML!

Installation

Use it as a Script in your last head tag:

<!-- ShareImage.js Minified JS -->
<script src="https://cdn.statically.io/gh/Zype-Z/ShareIMG/main/shareimg.min.js" type="module"></script>

Roadmap

In future we might also release a React-specific ShareIMG which might be usable as:

import ShareImg from 'shareimg';

export default function App() {
    return (
        <>
            <ShareImg title="My Awesome JSX!" cloudName="myCloud" imagePublicID="myImage">
            </ShareImg>
        </>
    )
}

Note: ShareIMG replace's itself with a valid img tag with the Cloudinary URL!

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published