Below you will find pages that utilize the taxonomy term “joseaeltala”
December 8, 2023
Converting SVG code to png
Version updated for joseaeltala/convert-svg-to-png to version only-convert.
This action is used across all versions by 0 repositories. Go to the GitHub Marketplace to find the latest changes.
Release notes Convert-SVG-to-png @ only This version only convert the SVG code inserted in a file (include .svg files) to PNG.
Inputs NAME VALUE DEFAULT DESCRIPTION file string README.md The file from which the SVG code will be collected and in which the code will be replaced by a call to the generated PNG path string Images/ The path where the PNG file will go name string svg The filename format to save the PNG file Example Workflow file on: push
jobs:
Makefiles:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v1
- name: convert-svg-to-png
uses: joseaeltala/convert-svg-to-png/@only
with:
file: "README.
December 7, 2023
Converting SVG code to png
Version updated for joseaeltala/convert-svg-to-png to version v1.
This action is used across all versions by 0 repositories. Go to the GitHub Marketplace to find the latest changes.
Release notes Convert SVG code to PNG and replace the code with a called to the image file in Markdown files.
GitHub cannot view SVG files or code from the web, so the main objective of this action is to convert the svg code inserted into any file to PNG, replacing the SVG line by a call to the image (only markdown).