fenjalien / cirCeTZ

A port of circuitikz to Typst using CeTZ!
Apache License 2.0
111 stars 9 forks source link

Add Package Features #2

Open schang412 opened 1 year ago

schang412 commented 1 year ago

Point to cetz v0.0.1 and use update necessary functions. Add typst.toml for packaging.

flavio20002 commented 1 year ago

Hi, two things:

import "@local/circuitypst:0.0.1": node, to

in the examples folder, because is not convenient for development (one should install the package locally every time). It's way more better to replace it with

import "../circuitypst.typ": node, to

and launch the compilation with

typst --root "." watch .\examples\current-shunt.typ

Gobot1234 commented 11 months ago

Should this also not use cetz:0.1.1 as the package version?