I want to copyright my JS library, or more "showing that it's ME who did it", like here.
The expected result would be that if you write
<script src="myLib.js" ></script>
It's a completely working library.
And if you write
<img src="myLib.js" />
It will show my logo.
I would like an explanation of the way to do it step by step.
P.S: The answers of Is this a web page or an image? are explaining how it can work; but what I want is to know the procedure to do for any image with any file.