Socket
Book a DemoInstallSign in
Socket

postercitos

Package Overview
Dependencies
Maintainers
1
Versions
2
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

postercitos

Create flyers and posters dynamically!

latest
npmnpm
Version
0.3.1
Version published
Maintainers
1
Created
Source

Create flyers and posters dynamically!

Usage

Images

input

<svg width="1080" height="1080" viewBox="0 0 1080 1080" fill="none" xmlns="http://www.w3.org/2000/svg">
  <defs>
    <pattern id="img-container" patternUnits="objectBoundingBox" width="1" height="1" viewBox="0 0 500 500">
      <poster-image
        id="image"
        width="500"
        height="500"
        poster:assets="images%"
        preserveAspectRatio="xMidYMid slice"/>
    </pattern>
  </defs>
  <rect width="1080" height="1080" fill="url(#img-container)"/>
</svg>

output

<svg width="1080" height="1080" viewBox="0 0 1080 1080" fill="none" xmlns="http://www.w3.org/2000/svg">
  <defs>
    <pattern id="img-container" patternUnits="objectBoundingBox" width="1" height="1" viewBox="0 0 500 500">
      <image
        id="image"
        width="500"
        height="500"
        xlink:href="data:image/jpeg;base64,(BASE64 CODE)"
        preserveAspectRatio="xMidYMid slice"/>
    </pattern>
  </defs>
  <rect width="1080" height="1080" fill="url(#img-container)"/>
</svg>

input

<svg width="1058" height="1058" viewBox="0 0 1058 1058" fill="none" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink">
  <defs>
    <clipPath id="circleClip">
      <circle cx="529" cy="529" r="529"/>
    </clipPath>
  </defs>
  <poster-image xlink:href="data:image/jpeg;base64,/9j/4AAQSk...(base64)" width="100%" height="100%" clip-path="url(#circleClip)" preserveAspectRatio="xMidYMid slice"/>
</svg>

output

<svg width="1058" height="1058" viewBox="0 0 1058 1058" fill="none" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink">
  <defs>
    <clipPath id="circleClip">
      <circle cx="529" cy="529" r="529"/>
    </clipPath>
  </defs>
  <image xlink:href="data:image/jpeg;base64,/9j/4AAQSk...(base64)" width="100%" height="100%" clip-path="url(#circleClip)" preserveAspectRatio="xMidYMid slice"/>
</svg>

To do

  • Hacer que las imágenes se embeban al final del parse, porque si tiene que parsear la imagen embebida, tarda más
  • Unir distintos textos con distintos formatos. Algunas ideas: <poster-paragraph/> \<poster-text/>

FAQs

Package last updated on 05 Nov 2024

Did you know?

Socket

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts

SocketSocket SOC 2 Logo

Product

About

Packages

Stay in touch

Get open source security insights delivered straight into your inbox.

  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc

U.S. Patent No. 12,346,443 & 12,314,394. Other pending.