Here are
32 public repositories
matching this topic...
Transform SVGs into React components 🦁
Updated
Aug 22, 2020
JavaScript
Tiny style-controlled SVG iconset (101 icons, 12kb)
A tiny, intuitive, robust, caching solution for injecting SVG files inline into the DOM.
Updated
Aug 25, 2020
JavaScript
Angular component for inlining SVGs allowing them to be easily styled with CSS.
Updated
Jul 7, 2020
TypeScript
Inline svg wrapper component for React
Updated
Sep 23, 2019
JavaScript
Babel plugin to optimise and inline svg
Updated
Aug 15, 2020
JavaScript
Angular 10 package for generating and using inline SVG icons in your project
Updated
Aug 26, 2020
TypeScript
Inline url-encoded SVG with Sass. Optional variable string replacement included!
Updated
Oct 11, 2017
Ruby
Material design icons by Google for Vue.js & Nuxt.js (server side support & inline svg with path)
Updated
Apr 23, 2020
JavaScript
A grunt task which takes a html file, finds all the css, js links and images, and outputs a version with all the css, js and images (Base64) written inline.
A jQuery plugin to replace <image> and <object> embed SVG inline.
Updated
Jun 15, 2020
JavaScript
Sass eyeglass module for inlining SVG files.
Updated
Oct 18, 2016
JavaScript
Grav plugin that automatically embeds icons into generated web pages as inline SVGs.
Sanity.io studio plugin to upload and display inline SVGs
Updated
Jul 18, 2020
JavaScript
Web Component to request an SVG file external and use inline.
Updated
Dec 26, 2019
JavaScript
Generates Elm modules out of SVG files
A twig helper function for inlining SVGs
Drupal 8/9 - SVG Formatter provides support for using SVG images on your website
This plugin load inline svg from folder in any html tag
Updated
Aug 2, 2016
JavaScript
Demo: Use Inline SVG with fallback
Updated
Jan 31, 2018
HTML
React Component for wrapper-less inline SVGs
Updated
Feb 26, 2018
JavaScript
Use SVG files from Elm seamlessly
Learn the fundamentals of working with inline SVG strokes to create some custom progress loaders and take these techniques and apply them to other areas of the web.
jQuery plug-in for inserting arrow icons for foldable list items, sections etc. as inline SVG with CSS support.
🖼️ Inline SVGs in React made easy
Updated
Mar 29, 2019
JavaScript
Inline SVGs in your CSS as html-encoded UTF-8. String replacement included.
Updated
Jun 15, 2018
JavaScript
Create some great looking progressively enhanced custom checkboxes and radio button form elements using HTML, CSS and inline SVG.
Inline SVG manipulation test code for a casual multiplayer game. This project is incomplete and is mostly dev practice. USE AT YOUR OWN RISK.
Updated
Aug 4, 2020
JavaScript
The Connect Four game in React.js
Updated
Nov 26, 2019
JavaScript
Improve this page
Add a description, image, and links to the
inline-svg
topic page so that developers can more easily learn about it.
Curate this topic
Add this topic to your repo
To associate your repository with the
inline-svg
topic, visit your repo's landing page and select "manage topics."
Learn more
You can’t perform that action at this time.
You signed in with another tab or window. Reload to refresh your session.
You signed out in another tab or window. Reload to refresh your session.
Hello,
the call to
readFileSyncinindex.jsat line 37 fails because theoptionsparameter needs to be set to{encoding: 'utf-8'}so the function returns a string. Otherwise it returns a buffer which is not compatible withinput.replaceinencoders.jsat line 3.