0.0.1 • Published 5 years ago

@springernature/springer-copyright v0.0.1

Weekly downloads
-
License
MIT
Repository
-
Last release
5 years ago

Springer Copyright

Overlays copyright notice on images.

Usage

<ul>
    <li>
        <h4>
            <a href="some url">Some title 1</a>
        </h4>
        <p>Some text 1</p>
        <a href="some url">
            <img src="some url" alt="pic of david bowie">
            <p class="c-copyright">Credit: Zana Clay</p>
        </a>
    </li>
    <li>
        <h4>
            <a href="some url">Some title 2</a>
        </h4>
        <p>Some text 2</p>
        <a href="some url">
            <img src="some url" alt="pic of david blaine">
            <p class="c-copyright">Credit: Zanna Delay</p>
        </a>
    </li>
</ul>