JAnim plugin for loading remote assets directly from URLs
Project description
> English < | 简体中文
Introduction
janim-url-assets is a JAnim plugin for loading remote assets directly from URLs.
Main provided items are:
UrlSVGItem: load an SVG from a URL and use it as a normalSVGItemUrlImageItem: load an image from a URL and use it as a normalImageItem
Installation
(not published yet)
pip install janim-url-assets
After installation, examples from this plugin will appear in janim examples.
Usage
Import
from janim_url_assets.imports import *
Load SVG from URL
UrlSVGItem('https://dev.w3.org/SVG/tools/svgweb/samples/svg-files/ibm.svg')
Load image from URL
UrlImageItem('https://raw.githubusercontent.com/jkjkil4/JAnim/main/assets/logo.png')
Use resources from specific asset sites
Iconify('skill-icons:aftereffects', width=1)
You can search icon names at https://icon-sets.iconify.design/.
Project details
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
Built Distribution
Filter files by name, interpreter, ABI, and platform.
If you're not sure about the file name format, learn more about wheel file names.
Copy a direct link to the current filters
File details
Details for the file janim_url_assets-0.1.1.tar.gz.
File metadata
- Download URL: janim_url_assets-0.1.1.tar.gz
- Upload date:
- Size: 4.4 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: python-requests/2.34.2
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
2044a7f9a0c0c3c215eca48d67f70dd56908f713fec37b59522b3a25be41934d
|
|
| MD5 |
db3b10cf2ea1d021c770094472a19431
|
|
| BLAKE2b-256 |
dfaf7bcda1ede3d76103ea5af44e3dd50ad5d7f5971c244652543e4647ebeb9a
|
File details
Details for the file janim_url_assets-0.1.1-py3-none-any.whl.
File metadata
- Download URL: janim_url_assets-0.1.1-py3-none-any.whl
- Upload date:
- Size: 6.4 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: python-requests/2.34.2
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
ccd6b345f118507caaf19f9c2312efb01a629cbba0b71008a157d8137931c662
|
|
| MD5 |
53462527b96fb317594a3a1f6aa903c5
|
|
| BLAKE2b-256 |
15628a6bde25b03e2b69ab6328a169666848deef88f6dae5af02d8021dbebbf3
|