Pegasus fine-tuned model from pytorch to tensorflow

I would like to use this fine-tuned PEGASUS model but it is in pytorch so is there a way to transorm it into tensorflow model so I can use it in a javascript backend.
Note: I have read about ONNX but I am not sure of how can I apply it here.